summaryrefslogtreecommitdiff
path: root/unrpm
diff options
context:
space:
mode:
Diffstat (limited to 'unrpm')
-rwxr-xr-xunrpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/unrpm b/unrpm
index 90e8d69..6b51b56 100755
--- a/unrpm
+++ b/unrpm
@@ -2,7 +2,7 @@
#
function Usage () {
- echo "Usage: $(basename $0) [-v] rpm-files...";
+ echo "Usage: $(basename $0) [-vq] rpm-files...";
echo "Unpack rpm files in current directory.";
exit 1
}