1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Merge branch 'SanketDG-sudo-shutdown'

This commit is contained in:
nvbn 2015-04-30 19:57:01 +02:00
commit 6372674351

View File

@ -10,7 +10,8 @@ patterns = ['permission denied',
'You need to be root to perform this command.', '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',
'Need to be root']
def match(command, settings): def match(command, settings):