From 5a2b465ca0252e9012263133028177bdee444120 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 6 Jul 2022 22:11:20 -0500 Subject: Fix -- --- trainfuck.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainfuck.awk b/trainfuck.awk index 6a527e8..84397ff 100755 --- a/trainfuck.awk +++ b/trainfuck.awk @@ -343,10 +343,10 @@ function usage() eprint("\t\tbe assumed to be the default filetype (" BF_MODE ").") eprint(" -w WIDTH\tSet the brainfuck output width (default: " BF_WIDTH ").") eprint(" -o OUTPUTFILE\tWhere to send transpiled brainfuck (default: " BF_OUTPUT ").") + eprint(" --\t\tStop processing arguments; interpret the rest as filenames") eprint() eprint("FLAGS:") eprint(" -h, --help\t\tShow this help") - eprint(" --\t\tStop processing arguments; interpret the rest as filenames") eprint(" -c, --comments\t\tShow comments" (BF_PRINT_COMMENTS ? " (default)" : "")) eprint(" -C, --no-comments\tHide comments" (BF_PRINT_COMMENTS ? "" : " (default)")) eprint(" -z, --compact\t\tShow \"compact\" comments" (BF_COMMENTS_COMPACT ? " (default)" : "")) -- cgit 1.4.1-21-gabe81