瀏覽代碼

Merge branch 'NET-39/bash-reformat' into NET-39/nm-quick-refactor

# Conflicts:
#	scripts/nm-quick.sh
Tobias Cudnik 2 年之前
父節點
當前提交
432346cca2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -42,7 +42,7 @@ usage() {
 	echo "  -e      if specified, will install netmaker EE"
 	echo "  -b      type of build; options:"
 	echo "          \"version\" - will install a specific version of Netmaker using remote git and dockerhub"
-	echo "          \"local\": - will install by cloning repo and and building images from git"
+	echo "          \"local\": - will install by cloning repo and building images from git"
 	echo "          \"branch\": - will install a specific branch using remote git and dockerhub"
 	echo "  -t      tag of build; if buildtype=version, tag=version. If builtype=branch or builtype=local, tag=branch"
 	echo "  -a      auto-build; skip prompts and use defaults, if none provided"