From: Zac Medico Date: Fri, 12 Aug 2011 11:43:40 +0000 (-0700) Subject: repoman: tweak --if-modified help output X-Git-Tag: v2.2.0_alpha51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ebcf8975b37a8aae9735eb491a9b4cb63549bd5d;p=portage.git repoman: tweak --if-modified help output --- 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="", help='only check packages that have uncommitted modifications') parser.add_option('-i', '--ignore-arches', dest='ignore_arches', action='store_true',