mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
MacOSX specific message
Patch for understanding macosx message. Example case: ``` [10:24:48][bethrezen@bethrezen-mac ~]$ apachectl graceful This operation requires root. [10:24:54][bethrezen@bethrezen-mac ~]$ fuck No fuck given ```
This commit is contained in:
parent
0272e8a801
commit
07b9aba0d0
@ -6,6 +6,7 @@ patterns = ['permission denied',
|
||||
'Operation not permitted',
|
||||
'root privilege',
|
||||
'This command has to be run under the root user.',
|
||||
'This operation requires root.',
|
||||
'You need to be root to perform this command.']
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user