diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-08-13 16:18:07 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-08-13 16:18:07 +0200 |
commit | 97d3fc0e062a6318f43a4585aea672ce9847794f (patch) | |
tree | 84faa607c518e0e6e97645717b8aff4ce8f4445c | |
parent | 973294d700243326280e62048b426e1cfdd06711 (diff) |
Add -v note in usage()
-rw-r--r-- | bfcomp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } |