tools/qvm-shutdown: fix help message
This commit is contained in:
parent
5d0bd4f6dc
commit
5b0c8e84d8
@ -48,7 +48,7 @@ parser.add_argument('--timeout',
|
|||||||
action='store', type=float,
|
action='store', type=float,
|
||||||
default=60,
|
default=60,
|
||||||
help='timeout after which domains are killed when using --wait'
|
help='timeout after which domains are killed when using --wait'
|
||||||
' (default: %d)')
|
' (default: %(default)d)')
|
||||||
|
|
||||||
|
|
||||||
def main(args=None, app=None): # pylint: disable=missing-docstring
|
def main(args=None, app=None): # pylint: disable=missing-docstring
|
||||||
|
Loading…
Reference in New Issue
Block a user