Improved help output for '--destinationitem' option.

Explicitly states that the "installs" item's path is modified such that
it includes the alternate name as opposed to the disk image item's
original name.
This commit is contained in:
Heig Gregorian
2012-07-03 08:45:53 -07:00
parent 647cb861f4
commit 2e05588206
+3 -1
View File
@@ -407,7 +407,9 @@ def main():
dragdrop_options.add_option(
'--destinationitem',
metavar='NAME',
help='Alternate name for which the item should be copied as.'
help=('Alternate name for which the item should be copied as. '
'Specifying this option also alters the corresponding '
'"installs" item\'s path with the provided name.')
)
dragdrop_options.add_option(
'-o', '--owner',