diff --git a/README.md b/README.md index e783610f..755cd05a 100755 --- a/README.md +++ b/README.md @@ -624,7 +624,7 @@ $ cat /etc/fstab | jc --fstab -p ``` ### history ``` -$ history | jc --history -p # or: jc -p history +$ history | jc --history -p [ { "line": 118, diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 4f1b62b4..195dc603 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -51,7 +51,6 @@ class info(): # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] - magic_commands = ['history'] __version__ = info.version