summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfcomp.c3
1 files changed, 2 insertions, 1 deletions
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 <dstfile>.\n"
"Uses nasm for assembling and gcc for linking.\n"
" -h Show help\n"
- " -m <memsize> Specify amount of tape cells (bytes) for the BF code\n",
+ " -m <memsize> Specify amount of tape cells (bytes) for the BF code\n"
+ " -v Show more info about the compile process\n",
argv0);
}