We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9b275 commit 26134f9Copy full SHA for 26134f9
1 file changed
install.sh
@@ -132,6 +132,9 @@ DRY_RUN=${DRY_RUN:-}
132
REPO_ONLY=${REPO_ONLY:-0}
133
NO_AUTOSTART=${NO_AUTOSTART:-0}
134
135
+# Provide a helpful usage statement when --help or any invalid argument is passed
136
+# to the script. Exit code deliberately not included here as error depends on
137
+# argument provided.
138
usage() {
139
echo
140
echo "USAGE: "
0 commit comments