Commit e41bcc41 by Brian Coca

removed 'column display' options as there is no code handling this

function
parent 1b70ef6c
...@@ -221,11 +221,6 @@ def main(): ...@@ -221,11 +221,6 @@ def main():
default=False, default=False,
dest='list_dir', dest='list_dir',
help='List available modules') help='List available modules')
p.add_option("-c", "--list-columns",
action="store_true",
default=False,
dest='list_columns',
help='List modules in columns')
p.add_option("-s", "--snippet", p.add_option("-s", "--snippet",
action="store_true", action="store_true",
default=False, default=False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment