diff options
Diffstat (limited to 'tasm/src/main.c')
| -rw-r--r-- | tasm/src/main.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tasm/src/main.c b/tasm/src/main.c index 7925b89..6304f2a 100644 --- a/tasm/src/main.c +++ b/tasm/src/main.c @@ -5,12 +5,12 @@ #include <stdio.h> static const char *cmdline_usage = -"tasm trinary assembler usage:\n" -" tasm [-I <dir>...] -o outfile infile\n" -" -h Show usage (this)\n" -" -I <dir> Add directory to include path\n" -" -o <outfile> File to output to\n" -" infile Top file to assemble\n" + "tasm trinary assembler usage:\n" + " tasm [-I <dir>...] -o outfile infile\n" + " -h Show usage (this)\n" + " -I <dir> Add directory to include path\n" + " -o <outfile> File to output to\n" + " infile Top file to assemble\n" ; static void usage() |
