From 68c84e772a202a733bad983ebadf6a6cccb8b5c4 Mon Sep 17 00:00:00 2001 From: cancel Date: Fri, 30 Nov 2018 17:39:30 +0900 Subject: [PATCH] Revert bad usage string change Not meant for previous commit --- tool | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tool b/tool index 60b1c43..a3411f6 100755 --- a/tool +++ b/tool @@ -5,11 +5,9 @@ print_usage() { cat < + build Compile orca. - Configs: debug, release - Default: debug - Targets: orca, tui + Targets: debug, release Output: build//orca clean Removes build/ @@ -23,7 +21,6 @@ Options: 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 }