aboutsummaryrefslogtreecommitdiff
path: root/tasm/src/main.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:44:47 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:44:47 +0300
commit912dd003b081b628085e86bc151b8d91fbccb0c8 (patch)
tree8e27533fc5555e4c152e3f132c2b09e0dba9d86d /tasm/src/main.c
parent9fce87134559f8b5f86e105283b59e61a1707d39 (diff)
downloadtri-912dd003b081b628085e86bc151b8d91fbccb0c8.tar.gz
tri-912dd003b081b628085e86bc151b8d91fbccb0c8.zip
janitorial duties
+ Add doc and formatting tooling
Diffstat (limited to 'tasm/src/main.c')
-rw-r--r--tasm/src/main.c12
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()