mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-10 13:54:04 +01: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:
@@ -13,7 +13,7 @@ patterns = ['permission denied',
|
||||
'must be root',
|
||||
'need to be root',
|
||||
'need root',
|
||||
'only root can do that',
|
||||
'only root can ',
|
||||
'You don\'t have access to the history DB.',
|
||||
'authentication is required']
|
||||
|
||||
|
Reference in New Issue
Block a user