1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

sudo rule: add support for mtr

This commit is contained in:
Felix Yan 2015-04-19 11:57:01 +08:00
parent 3f0cbb9326
commit 0d577ffa83

View File

@ -1,7 +1,8 @@
patterns = ['permission denied',
'EACCES',
'pkg: Insufficient privileges',
'you cannot perform this operation unless you are root']
'you cannot perform this operation unless you are root',
'non-root users cannot']
def match(command, settings):