mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-19 19:52:31 +01:00
Remove redundant patterns in sudo rule
This commit is contained in:
@@ -7,14 +7,12 @@ patterns = ['permission denied',
|
|||||||
'root privilege',
|
'root privilege',
|
||||||
'This command has to be run under the root user.',
|
'This command has to be run under the root user.',
|
||||||
'This operation requires root.',
|
'This operation requires root.',
|
||||||
'You need to be root to perform this command.',
|
|
||||||
'requested operation requires superuser privilege',
|
'requested operation requires superuser privilege',
|
||||||
'must be run as root',
|
'must be run as root',
|
||||||
'must be superuser',
|
'must be superuser',
|
||||||
'must be root',
|
'must be root',
|
||||||
'need to be root',
|
'need to be root',
|
||||||
'need root',
|
'need root',
|
||||||
'you must be root to run this program.',
|
|
||||||
'only root can do that']
|
'only root can do that']
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user