tools/qvm-shutdown: fix help message

This commit is contained in:
Marek Marczykowski-Górecki 2017-07-27 19:04:22 +02:00
parent 5d0bd4f6dc
commit 5b0c8e84d8
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -48,7 +48,7 @@ parser.add_argument('--timeout',
action='store', type=float,
default=60,
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