mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
Make a sudo
pattern more general
``` % mount -o uid=martin /dev/sdc1 mnt mount: only root can use "--options" option ```
This commit is contained in:
parent
174ada054d
commit
aaa66b6268
@ -13,7 +13,7 @@ patterns = ['permission denied',
|
|||||||
'must be root',
|
'must be root',
|
||||||
'need to be root',
|
'need to be root',
|
||||||
'need root',
|
'need root',
|
||||||
'only root can do that',
|
'only root can ',
|
||||||
'You don\'t have access to the history DB.',
|
'You don\'t have access to the history DB.',
|
||||||
'authentication is required']
|
'authentication is required']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user