Skip to content
Snippets Groups Projects

Print help for --ganga-version when using -h or --help

Merged Chris Burr requested to merge cburr-ganga-help-msg into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,11 @@ while [ $# -ne 0 ] ; do
@@ -10,6 +10,11 @@ while [ $# -ne 0 ] ; do
GANGA_VERSION=$1
GANGA_VERSION=$1
shift
shift
;;
;;
 
--help|-h)
 
echo "Use \"$0 --ganga-version X.Y.Z [args]\" to use a specific version of ganga"
 
echo
 
break
 
;;
*) break ;;
*) break ;;
esac
esac
done
done
Loading