diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:44:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:44:47 +0300 |
| commit | 912dd003b081b628085e86bc151b8d91fbccb0c8 (patch) | |
| tree | 8e27533fc5555e4c152e3f132c2b09e0dba9d86d /tdump/src/main.c | |
| parent | 9fce87134559f8b5f86e105283b59e61a1707d39 (diff) | |
| download | tri-912dd003b081b628085e86bc151b8d91fbccb0c8.tar.gz tri-912dd003b081b628085e86bc151b8d91fbccb0c8.zip | |
janitorial duties
+ Add doc and formatting tooling
Diffstat (limited to 'tdump/src/main.c')
| -rw-r--r-- | tdump/src/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdump/src/main.c b/tdump/src/main.c index 4008d2c..511aa45 100644 --- a/tdump/src/main.c +++ b/tdump/src/main.c @@ -4,10 +4,10 @@ #include <stdio.h> static const char *cmdline_usage = -"tdump trinary deassembler usage:\n" -" tdump infile\n" -" -h Show usage (this)\n" -" infile File to deassemble\n" + "tdump trinary deassembler usage:\n" + " tdump infile\n" + " -h Show usage (this)\n" + " infile File to deassemble\n" ; static void usage() |
