diff options
-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); } |