add working cdist manpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1742936dc9
commit
b470a47b15
2 changed files with 22 additions and 10 deletions
|
|
@ -601,7 +601,7 @@ if __name__ == "__main__":
|
|||
help='Operate on multiple hosts in parallel',
|
||||
action='store_true', dest='parallel')
|
||||
parser.add_argument('-s', '--sequential',
|
||||
help='Operate on multiple hosts sequentially',
|
||||
help='Operate on multiple hosts sequentially (default)',
|
||||
action='store_false', dest='parallel')
|
||||
parser.add_argument('-V', '--version', help='Show version',
|
||||
action='version', version='%(prog)s ' + VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue