[packages/rpm-build-tools/merge-pld-builder-client: 23/2675] - use -p as a short form for --priority
glen
glen at pld-linux.org
Mon Dec 19 21:50:52 CET 2016
commit 74d734480d25358db918eca831561b0491e087d7
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Wed Dec 8 11:01:35 2004 +0000
- use -p as a short form for --priority
Changed files:
client/make-request.sh -> 1.22
make-request.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index f9f781a..f3bac26 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -59,7 +59,7 @@ usage() {
echo " Executes a given command on builders"
echo " --cvsup"
echo " Updates builders infrastructure (outside chroot)"
- echo " --priority VALUE"
+ echo " -p --priority VALUE"
echo " sets request priority (default 2)"
echo " -h --help"
echo " Displays this help message"
@@ -84,7 +84,7 @@ while [ $# -gt 0 ] ; do
shift
;;
- --priority )
+ --priority | -p )
priority=$2
shift
;;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
More information about the pld-cvs-commit
mailing list