diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-23 17:26:02 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-23 17:26:02 -0400 |
commit | d25bc6b9eade51436487c5b96ea2da75de6ffa37 (patch) | |
tree | 1ded7f6303092746042cbbaabc125a97c55070f1 /main.c | |
parent | dfbeefbc98a5e922483c2970fcdaf6197872dec8 (diff) | |
download | sayeth-d25bc6b9eade51436487c5b96ea2da75de6ffa37.tar.gz |
Add drivers to help output
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ int boxprintf(const char *fmt, ...) { void usage(char *prog) { printf("usage: %s [-d driver_name] [-w] [-] {input}\n" "-h Show this help message\n" - "-d Driver name (fierrhea, jenkins, romero)\n" + "-d Driver name (fierrhea, jenkins, romero, doomguy, none)\n" "-w Show indentation whitespace\n" "\n" "- Read from standard input\n" |