Commit 274b5a7b authored by Vitaly Lipatov's avatar Vitaly Lipatov

update usage description

parent 00256287
...@@ -8,7 +8,7 @@ test -r "$1" && fatal "Do not need any files in params" ...@@ -8,7 +8,7 @@ test -r "$1" && fatal "Do not need any files in params"
if [ "$1" = "-h" ] ; then if [ "$1" = "-h" ] ; then
echo "ginit - initialize repo in $GIRARHOST for current project" echo "ginit - initialize repo in $GIRARHOST for current project"
echo "Use: ginit [GEAR]" echo "Use: ginit [GIRAR]"
echo " ginit git.eter - for init in git.eter gear repo" echo " ginit git.eter - for init in git.eter gear repo"
exit 1 exit 1
fi fi
......
...@@ -32,7 +32,7 @@ POCKET= ...@@ -32,7 +32,7 @@ POCKET=
TASKNUMBER= TASKNUMBER=
############################# #############################
Usage="Usage: $name [-s|-t|-u|-a|-c] [-o -z -n -p --nodeps] [spec or src.rpm]..." Usage="Usage: $name [GIRAR] [-s|-t|-u|-a|-c] [-o -z -n -p --nodeps] [spec or src.rpm]..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
......
...@@ -20,7 +20,7 @@ GETSOURCE="" ...@@ -20,7 +20,7 @@ GETSOURCE=""
LOADLIST="0" LOADLIST="0"
############################# #############################
Usage="Usage: $name [-a -r ] spec [new_version]" Usage="Usage: $name [GIRAR] [-a -r ] spec [new_version]"
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
load_mod spec rpm etersoft load_mod spec rpm etersoft
if [ "$1" = "-h" ]; then if [ "$1" = "-h" ]; then
echog "rpmpub - Etersoft specific script for publish gear repo to target ftp dir" echog "rpmpub - Etersoft specific script for publish gear repo to target ftp dir as src.rpm"
echog "Usage: rpmpub [-r PROJECTVERSION ] [SPEC] [TARGETDIR]" echog "Usage: rpmpub [-r PROJECTVERSION ] [SPEC] [TARGETDIR]"
echog "Options:" echog "Options:"
echog " -r PROJECTVERSION - set other project version (PROJECTVERSION/sources)" echog " -r PROJECTVERSION - set other project version (PROJECTVERSION/sources)"
......
...@@ -31,7 +31,7 @@ make_testingbox() ...@@ -31,7 +31,7 @@ make_testingbox()
} }
Usage="Usage: $name [-M24 -M40] [-s]" Usage="Usage: $name [-$CURRENTBRANCHNAME] [-s]"
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment