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 7962072 commit 6bbfa03Copy full SHA for 6bbfa03
gtool
@@ -84,6 +84,6 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
84
elif [[ "$cmd" == "new" ]]; then
85
new "$2";
86
else
87
- printf "USAGE: gtool CMD [...ARGS]\n\tCMD build|clean|run|br\n";
+ printf "USAGE: gtool CMD [...ARGS]\n\tCMD build|clean|run|br|new\n";
88
fi
89
0 commit comments