Skip to content
Snippets Groups Projects
Commit f4474d20 authored by kosted's avatar kosted
Browse files

add help

parent d6953c0c
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ result=0
try:
# Define getopt short and long options
options, args = getopt.getopt(sys.argv[1:], 'u:r:l:d:i:f', ['upload=', 'remove=','list=','download=','init=','refresh='])
options, args = getopt.getopt(sys.argv[1:], 'u:r:l:d:i:f:h', ['upload=', 'remove=','list=','download=','init=','refresh=','help='])
# Read each option using for loop
for opt, arg in options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment