Commit 6319fd8f authored by Vitaly Lipatov's avatar Vitaly Lipatov

ginit: add --help

parent bc971e61
......@@ -4,7 +4,7 @@
. `dirname $0`/../share/eterbuild/functions/common
load_mod git
if [ "$1" = "-h" ] ; then
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "ginit - initialize repo in $GIRARHOST for current project"
echo "Use: ginit [GIRAR]"
echo " ginit git.eter - for init in git.eter gear repo"
......
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