diff options
| author | Joel Granados Moreno <jgranado@redhat.com> | 2009-08-19 11:01:07 +0200 |
|---|---|---|
| committer | Joel Granados Moreno <jgranado@redhat.com> | 2009-09-17 16:41:15 +0200 |
| commit | 0172e5881372739f744e7a0df7220a3e3e5fac15 (patch) | |
| tree | 479cb157d44678e5b8368ff4e239d05a733e44f5 /scripts/makeupdates | |
| parent | 32a37fb1d81cc080763e7a8bc2fdb3b649f5d3d9 (diff) | |
| download | anaconda-0172e5881372739f744e7a0df7220a3e3e5fac15.tar.gz anaconda-0172e5881372739f744e7a0df7220a3e3e5fac15.tar.xz anaconda-0172e5881372739f744e7a0df7220a3e3e5fac15.zip | |
Add the help messages for the new options of makeupdates script.
* scripts/makeupdates (usage): Add help messages for --tag and --offset.
Diffstat (limited to 'scripts/makeupdates')
| -rwxr-xr-x | scripts/makeupdates | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates index be93ef3e7..465e9b663 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]) |
