Browse Source

add pro arg to usage

abhishek9686 1 year ago
parent
commit
ece5951625
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/nm-quick.sh

+ 1 - 0
scripts/nm-quick.sh

@@ -25,6 +25,7 @@ usage() {
 	echo "nm-quick.sh v$NM_QUICK_VERSION"
 	echo "usage: ./nm-quick.sh [-c]"
 	echo " -c  if specified, will install netmaker community version"
+	echo " -p  if specified, will install netmaker pro version"
 	echo " -u  if specified, will upgrade netmaker to pro version"
 	echo " -d if specified, will downgrade netmaker to community version"
 	exit 1