summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-04-26 17:20:52 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-04-26 17:20:52 +0200
commitd256c71533829299088f48fc0aa8dbfcffcd5961 (patch)
treeb91f0f5d693fcbbe90add2977c8efa378929556f
parentf39c50a93e030fa03a5337b88bb309d569f5b1d0 (diff)
downloadabrt-d256c71533829299088f48fc0aa8dbfcffcd5961.tar.gz
abrt-d256c71533829299088f48fc0aa8dbfcffcd5961.tar.xz
abrt-d256c71533829299088f48fc0aa8dbfcffcd5961.zip
install-debuginfo: minor fix to help text
-rwxr-xr-xsrc/plugins/abrt-action-install-debuginfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/abrt-action-install-debuginfo.py b/src/plugins/abrt-action-install-debuginfo.py
index e723f706..79c3751c 100755
--- a/src/plugins/abrt-action-install-debuginfo.py
+++ b/src/plugins/abrt-action-install-debuginfo.py
@@ -393,7 +393,7 @@ if __name__ == "__main__":
progname = os.path.basename(sys.argv[0])
help_text = _("Usage: %s [-i <build_ids_file>] [--tmpdir=TMPDIR] "
- "[--cache=CACHEDIR]") % progname
+ "[--cache=CACHEDIR] [--keeprpms]") % progname
try:
opts, args = getopt.getopt(sys.argv[1:], "vyhi:", ["help", "cache=",
"tmpdir=","keeprpms"])