aboutsummaryrefslogtreecommitdiff
path: root/listbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.c')
-rw-r--r--listbas.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/listbas.c b/listbas.c
index 0c807c2..7421816 100644
--- a/listbas.c
+++ b/listbas.c
@@ -26,13 +26,13 @@ const char **table = ata2utf;
FILE *outfh;
void print_help(void) {
- printf("Usage: %s [-v] [-i] [-n] [-a|-m] <inputfile>\n", self);
- printf(" -v: verbose.\n");
- printf(" -i: show immediate mode command (line 32768).\n");
+ printf("Usage: %s [-a] [-b] [-i] [-m] [-n] [-v] <inputfile>\n", self);
printf(" -a: output raw ATASCII.\n");
+ printf(" -b: use bold for color output.\n");
+ printf(" -i: show immediate mode command (line 32768).\n");
printf(" -m: magazine style listing (see a8cat(1)).\n");
printf(" -n: disable color syntax highlighting.\n");
- printf(" -b: use bold for color output.\n");
+ printf(" -v: verbose.\n");
}
void parse_args(int argc, char **argv) {