mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-12 07:59:01 +00:00
Merge branch 'master' of github.com:nvbn/thefuck
This commit is contained in:
commit
8376fed459
@ -5,7 +5,8 @@ patterns = ['permission denied',
|
|||||||
'non-root users cannot',
|
'non-root users cannot',
|
||||||
'Operation not permitted',
|
'Operation not permitted',
|
||||||
'root privilege',
|
'root privilege',
|
||||||
'This command has to be run under the root user.']
|
'This command has to be run under the root user.',
|
||||||
|
'You need to be root to perform this command.']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user