Commit e4fb20a0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix rpmbs / rpmbsh usage description

parent 9acafb57
...@@ -30,7 +30,7 @@ DELETENOW= ...@@ -30,7 +30,7 @@ DELETENOW=
############################# #############################
Usage="Usage: $name [-s -u -c -n --nodeps] spec..." Usage="Usage: $name [-s -u -c -n --nodeps] [spec or src.rpm]..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
......
...@@ -20,11 +20,11 @@ REMCOM= ...@@ -20,11 +20,11 @@ REMCOM=
COMMIT= COMMIT=
############################# #############################
Usage="Usage: $name [-r -s -u -m -i -c] spec..." Usage="Usage: $name [-r -s -u -m -i -c] [spec or src.rpm]..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
Descr="$name - BSH - build source; use hasher" Descr="$name - BSH - build [from] source; use hasher"
phelp() phelp()
{ {
......
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