Revision b5762e2a
b/lib/cli.py | ||
---|---|---|
111 | 111 |
"STATIC_OPT", |
112 | 112 |
"SYNC_OPT", |
113 | 113 |
"TAG_SRC_OPT", |
114 |
"TIMEOUT_OPT", |
|
114 | 115 |
"USEUNITS_OPT", |
115 | 116 |
"VERBOSE_OPT", |
116 | 117 |
"VG_NAME_OPT", |
... | ... | |
816 | 817 |
action="store_false", default=True, |
817 | 818 |
help="Don't shutdown the instance (unsafe)") |
818 | 819 |
|
820 |
TIMEOUT_OPT = cli_option("--timeout", dest="timeout", type="int", |
|
821 |
default=constants.DEFAULT_SHUTDOWN_TIMEOUT, |
|
822 |
help="Maximum time to wait") |
|
819 | 823 |
|
820 | 824 |
|
821 | 825 |
def _ParseArgs(argv, commands, aliases): |
Also available in: Unified diff