Extend help message to clarify clone-tag usage

This commit is contained in:
Brendan Reilly 2019-08-21 13:44:21 -04:00 committed by Tomas Kopecek
parent 916e70c1aa
commit 8b59f488d5

View file

@ -3282,6 +3282,7 @@ def anon_handle_hostinfo(goptions, session, args):
def handle_clone_tag(goptions, session, args):
"[admin] Duplicate the contents of one tag onto another tag"
usage = _("usage: %prog clone-tag [options] <src-tag> <dst-tag>")
usage += _("\nclone-tag will create the destination tag if it does not already exist")
usage += _("\n(Specify the --help global option for a list of other help options)")
parser = OptionParser(usage=usage)
parser.add_option('--config', action='store_true',