tools: clarify help in qvm-template-postprocess

This commit is contained in:
Marek Marczykowski-Górecki 2017-06-26 18:51:53 +02:00
parent 7c9699cd87
commit d8f018eb95
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -48,7 +48,7 @@ parser.add_argument('--really', action='store_true', default=False,
parser.add_argument('--skip-start', action='store_true',
help='Do not start the VM - do not retrieve menu entries etc.')
parser.add_argument('--keep-source', action='store_true',
help='Do not remove imported data')
help='Do not remove source data (*dir* directory) after import')
parser.add_argument('action', choices=['post-install', 'pre-remove'],
help='Action to perform')
parser.add_argument('name', action='store',