ref: 68c84e772a202a733bad983ebadf6a6cccb8b5c4
parent: 0e8492bb9cd824ba183d6564e63ebc4a94bed919
author: cancel <cancel@cancel.fm>
date: Fri Nov 30 12:39:30 EST 2018
Revert bad usage string change Not meant for previous commit
--- a/tool
+++ b/tool
@@ -5,11 +5,9 @@
cat <<EOF
Usage: tool [options] command [args]
Commands:
- build <config> <target>
+ build <target>
Compile orca.
- Configs: debug, release
- Default: debug
- Targets: orca, tui
+ Targets: debug, release
Output: build/<target>/orca
clean
Removes build/
@@ -23,7 +21,6 @@
You should probably do this if you plan to give the
compiled binary to other people.
-s Print statistics about compile time and binary size.
- -g or --debug Build with debug configuration (default)
-h or --help Print this message and exit.
EOF
}