From 97d3fc0e062a6318f43a4585aea672ce9847794f Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 13 Aug 2016 16:18:07 +0200 Subject: Add -v note in usage() --- bfcomp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bfcomp.c b/bfcomp.c index 9de8cf2..2e25202 100644 --- a/bfcomp.c +++ b/bfcomp.c @@ -32,7 +32,8 @@ void usage(const char *argv0){ "in .\n" "Uses nasm for assembling and gcc for linking.\n" " -h Show help\n" - " -m Specify amount of tape cells (bytes) for the BF code\n", + " -m Specify amount of tape cells (bytes) for the BF code\n" + " -v Show more info about the compile process\n", argv0); } -- cgit v1.2.3