summaryrefslogtreecommitdiffstats
path: root/scripts/makeupdates
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-08-19 11:01:07 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2009-09-17 16:41:15 +0200
commit0172e5881372739f744e7a0df7220a3e3e5fac15 (patch)
tree479cb157d44678e5b8368ff4e239d05a733e44f5 /scripts/makeupdates
parent32a37fb1d81cc080763e7a8bc2fdb3b649f5d3d9 (diff)
downloadanaconda-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-xscripts/makeupdates2
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])