summaryrefslogtreecommitdiff
path: root/unrpm
diff options
context:
space:
mode:
authorLudwig Nussel <ludwig.nussel@suse.de>2009-05-28 13:49:48 +0000
committerLudwig Nussel <ludwig.nussel@suse.de>2009-05-28 13:49:48 +0000
commit72744c9274452c13f54e71c8f3a224bdcee3fda8 (patch)
tree1a3480bbf46abb82cf319735ab4d9126725fff53 /unrpm
parent26a0aef94293ea116e7df60f174dc68e51cabc33 (diff)
downloadbuild-72744c9274452c13f54e71c8f3a224bdcee3fda8.tar.gz
build-72744c9274452c13f54e71c8f3a224bdcee3fda8.tar.bz2
build-72744c9274452c13f54e71c8f3a224bdcee3fda8.zip
simplify .src.rpm handling a bit (bnc#500397)
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
}