mirror of
https://github.com/munki/munki.git
synced 2026-05-06 12:29:27 -05:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user