[TD-1121]

This commit is contained in:
Hui Li 2020-08-13 11:25:56 +08:00
parent a5d1e97058
commit 0f8072dde5
1 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,12 @@ do
osType=$(echo $OPTARG) osType=$(echo $OPTARG)
;; ;;
h) h)
echo "Usage: `basename $0` -v [cluster | edge] -c [aarch32 | aarch64 | x64 | x86 | mips64 ...] -o [Linux | Kylin | Alpine | Raspberrypi | Darwin | Windows | ...] -V [stable | beta] -l [full | lite] -n [version number]" echo "Usage: `basename $0` -v [cluster | edge] "
echo " -c [aarch32 | aarch64 | x64 | x86 | mips64 ...] "
echo " -o [Linux | Kylin | Alpine | Raspberrypi | Darwin | Windows | ...] "
echo " -V [stable | beta] "
echo " -l [full | lite] "
echo " -n [version number] "
exit 0 exit 0
;; ;;
?) #unknow option ?) #unknow option