Skip to content
Snippets Groups Projects
Commit 6f30b7f5 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed usage line

parent c54e756f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def usage(exitCode):
'''prints usage'''
print 'Usage : ' + sys.argv[0] + ' [-h|--help] ' + \
'-s|--state <state>|-d|--diskpool <diskpool> ' + \
'[-m|--mountpoints <mountpoint>[:...]] [-r|--recursive] <diskpool>|<diskServerName> [...]]'
'[-m|--mountpoints <mountpoint>[:...]] [-R|--recursive] <diskpool>|<diskServerName> [...]]'
print ' where state can be "Production", "Draining", "Disabled", "Readonly"'
sys.exit(exitCode)
......
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