summaryrefslogtreecommitdiff
path: root/emu/port/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port/main.c')
-rw-r--r--emu/port/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/main.c b/emu/port/main.c
index 4eb315a0..2409916d 100644
--- a/emu/port/main.c
+++ b/emu/port/main.c
@@ -33,7 +33,6 @@ usage(void)
fprint(2, "Usage: emu [options...] [file.dis [args...]]\n"
"\t-gXxY\n"
"\t-c[0-9]\n"
- "\t-b\n"
"\t-d file.dis\n"
"\t-s\n"
"\t-v\n"
@@ -41,6 +40,7 @@ usage(void)
"\t-f<fontpath>\n"
"\t-r<rootpath>\n"
"\t-7\n"
+ "\t-B\n"
"\t-C<channel string>\n"
"\t-S\n");