1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +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:
Martin Carton 2015-07-24 16:33:53 +02:00
parent 174ada054d
commit aaa66b6268

View File

@ -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']