diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index 4d1387ef..430378d0 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -71,13 +71,12 @@ import jc.utils class info(): version = '1.0' - description = 'fstab command and file parser' + description = 'fstab file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux'] - magic_commands = ['fstab'] __version__ = info.version