Commit a17134f4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add description about -M??

parent 521b4e5e
...@@ -194,7 +194,7 @@ $BUILDCOMMAND $LISTRPMARGS $REMOTEBUILD $DISTRARG $SPECNAME || fatal "Can't buil ...@@ -194,7 +194,7 @@ $BUILDCOMMAND $LISTRPMARGS $REMOTEBUILD $DISTRARG $SPECNAME || fatal "Can't buil
############################# #############################
Usage="Usage: $name [-r -u -U -n -i -m -v] spec..." Usage="Usage: $name [-r -u -U -n -i -m -v] [-M??] spec..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
...@@ -204,6 +204,7 @@ phelp() ...@@ -204,6 +204,7 @@ phelp()
{ {
echog "$Descr" echog "$Descr"
echog "$Usage" echog "$Usage"
echo "Use rpmbph -M40 for backport to ALT 4.0 and so on"
echog "Options:" echog "Options:"
echog " -r - remote build" echog " -r - remote build"
# echog " -m - send result via e-mail" # echog " -m - send result via e-mail"
......
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