mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Update nodersync
Updated line 43: usage="Usage: %prog <file/directorylist> <noderange>:<destination>", Syntax mismatch between usage output and man page SYNOPSIS
This commit is contained in:
parent
f0693f6ee5
commit
52d7bcbdb9
@ -40,7 +40,7 @@ import confluent.sortutil as sortutil
|
||||
|
||||
def run():
|
||||
argparser = optparse.OptionParser(
|
||||
usage="Usage: %prog location noderange:location",
|
||||
usage="Usage: %prog <file/directorylist> <noderange>:<destination>",
|
||||
)
|
||||
argparser.add_option('-m', '--maxnodes', type='int',
|
||||
help='Specify a maximum number of '
|
||||
|
Loading…
Reference in New Issue
Block a user