* scripts/makeupdates (usage): Add help messages for --tag and --offset. --- scripts/makeupdates | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/makeupdates b/scripts/makeupdates index be93ef3..465e9b6 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -187,6 +187,8 @@ def usage(cmd): sys.stdout.write(" -k, --keep Do not delete updates subdirectory.\n") sys.stdout.write(" -c, --compile Compile code if there are isys changes.\n") sys.stdout.write(" -h, --help Display this help and exit.\n") + sys.stdout.write(" -t, --tag Make image from TAG to HEAD.\n") + sys.stdout.write(" -o, --offset Make image from (latest_tag - OFFSET) to HEAD.\n") def main(argv): prog = os.path.basename(sys.argv[0]) -- 1.6.4.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list