1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Remove redundant patterns in sudo rule

This commit is contained in:
mcarton 2015-06-26 11:41:55 +02:00
parent 3203d57b36
commit e3cc9c52e6

View File

@ -7,14 +7,12 @@ patterns = ['permission denied',
'root privilege',
'This command has to be run under the root user.',
'This operation requires root.',
'You need to be root to perform this command.',
'requested operation requires superuser privilege',
'must be run as root',
'must be superuser',
'must be root',
'need to be root',
'need root',
'you must be root to run this program.',
'only root can do that']