summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 91704ca82..10f603ea2 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -211,6 +211,7 @@ def ParseArgs(argv, qahelp):
parser.add_option(
'--if-modified', type='choice', choices=('y', 'n'), default='n',
+ metavar="<y|n>",
help='only check packages that have uncommitted modifications')
parser.add_option('-i', '--ignore-arches', dest='ignore_arches', action='store_true',