1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-07 05:31:18 +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', 'Operation not permitted',
'root privilege', 'root privilege',
'This command has to be run under the root user.', 'This command has to be run under the root user.',
'This operation requires root.',
'You need to be root to perform this command.'] 'You need to be root to perform this command.']