Commit 7694d0c3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: fix description

parent 0b603521
...@@ -20,7 +20,7 @@ GETSOURCE="" ...@@ -20,7 +20,7 @@ GETSOURCE=""
LOADLIST="0" LOADLIST="0"
############################# #############################
Usage="Usage: $name [GIRAR] [-a -r ] spec [new_version]" Usage="Usage: $name [-a -f ] [spec] [new_version]"
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
...@@ -30,7 +30,7 @@ phelp() ...@@ -30,7 +30,7 @@ phelp()
{ {
echog "$Descr" echog "$Descr"
echog "$Usage" echog "$Usage"
echog "You can run 'rpmgs file.spec new_version' for set new version and download it" echog "You can run 'rpmgs 1.2' for set new version 1.2 and download it"
echo echo
echog "Options:" echog "Options:"
echog " -a get all source (not only Source|Source0)" echog " -a get all source (not only Source|Source0)"
......
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