1
0
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:
Alexander Kozhevnikov 2015-04-23 10:29:34 +03:00
parent 0272e8a801
commit 07b9aba0d0

View File

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