diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-06 09:28:40 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-06 09:31:29 +0100 |
commit | d348c231edbb59257512cd6cbae7f6a6d2ad9875 (patch) | |
tree | d5f4446c59af7fcfc263e004c537d89a1885bf08 | |
parent | b9c9c248426daba51e1c24a11333a507083b8550 (diff) |
Related: fdo#32840 update help line for unopkg --supress-license
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index 8143f03ba6..de8c13bcf7 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -103,8 +103,7 @@ const char s_usingText [] = " -V, --version version information\n" " -v, --verbose verbose output to stdout\n" " -f, --force force overwriting existing extensions\n" -" -s, --suppress-license prevents showing the license provided that\n" -" the extension allows it\n" +" -s, --suppress-license prevents showing the license\n" " --log-file <file> custom log file; default: <cache-dir>/log.txt\n" " --shared expert feature: operate on shared installation\n" " deployment context;\n" |