Revision 8741c407 kamaki/cli/commands/pithos_cli.py
b/kamaki/cli/commands/pithos_cli.py | ||
---|---|---|
1021 | 1021 |
poolsize=IntArgument('set pool size', '--with-pool-size'), |
1022 | 1022 |
progress_bar=ProgressBarArgument( |
1023 | 1023 |
'do not show progress bar', |
1024 |
('N', '--no-progress-bar'), |
|
1024 |
('-N', '--no-progress-bar'),
|
|
1025 | 1025 |
default=False), |
1026 | 1026 |
overwrite=FlagArgument('Force (over)write', ('-f', '--force')) |
1027 | 1027 |
) |
Also available in: Unified diff