mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-05 08:46:34 +01:00
remove the 'v' before SVN version when invoking from cli
This commit is contained in:
parent
ad7a9f4ccc
commit
2c36dd9dde
1 changed files with 1 additions and 1 deletions
|
@ -1923,7 +1923,7 @@ while getopts ":b:cd:f:hi:lpq:rs:uv:" OPT; do
|
||||||
;;
|
;;
|
||||||
h|* )
|
h|* )
|
||||||
echo
|
echo
|
||||||
echo "$SCRIPT v$SBOVER"
|
echo "$SCRIPT $SBOVER"
|
||||||
echo "Usage: $SCRIPT [OPTIONS] <packagename(s)>"
|
echo "Usage: $SCRIPT [OPTIONS] <packagename(s)>"
|
||||||
echo "Options are:"
|
echo "Options are:"
|
||||||
echo " -b package(s) Build package(s)."
|
echo " -b package(s) Build package(s)."
|
||||||
|
|
Loading…
Add table
Reference in a new issue