diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-12 04:43:40 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-12 04:43:40 -0700 |
commit | ebcf8975b37a8aae9735eb491a9b4cb63549bd5d (patch) | |
tree | 6519cdb70337350009e9bda2ee44de9a5c06b09e | |
parent | repoman: warn when --if-modified finds nothing (diff) | |
download | portage-2.2.0_alpha51.tar.gz portage-2.2.0_alpha51.tar.bz2 portage-2.2.0_alpha51.zip |
repoman: tweak --if-modified help outputv2.2.0_alpha51
-rwxr-xr-x | bin/repoman | 1 |
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', |