mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Update noderun
Syntax mismatches between usage output and man page SYNOPSIS Updated line 42: usage="Usage: %prog [options] <noderange> <command expression>",
This commit is contained in:
parent
f0693f6ee5
commit
3723eadcfc
@ -39,7 +39,7 @@ import confluent.sortutil as sortutil
|
||||
|
||||
def run():
|
||||
argparser = optparse.OptionParser(
|
||||
usage="Usage: %prog [options] noderange commandexpression",
|
||||
usage="Usage: %prog [options] <noderange> <command expression>",
|
||||
epilog="Expressions are the same as in attributes, e.g. "
|
||||
"'ipmitool -H {hardwaremanagement.manager}' will be expanded.")
|
||||
argparser.add_option('-f', '-c', '--count', type='int', default=168,
|
||||
|
Loading…
Reference in New Issue
Block a user