From 912dd003b081b628085e86bc151b8d91fbccb0c8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 30 Apr 2024 15:44:47 +0300 Subject: janitorial duties + Add doc and formatting tooling --- tasm/src/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tasm/src/main.c') 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 static const char *cmdline_usage = -"tasm trinary assembler usage:\n" -" tasm [-I ...] -o outfile infile\n" -" -h Show usage (this)\n" -" -I Add directory to include path\n" -" -o File to output to\n" -" infile Top file to assemble\n" + "tasm trinary assembler usage:\n" + " tasm [-I ...] -o outfile infile\n" + " -h Show usage (this)\n" + " -I Add directory to include path\n" + " -o File to output to\n" + " infile Top file to assemble\n" ; static void usage() -- cgit v1.3