From d25bc6b9eade51436487c5b96ea2da75de6ffa37 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 23 Oct 2022 17:26:02 -0400 Subject: Add drivers to help output --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 93d0ed8..9b1409e 100644 --- a/main.c +++ b/main.c @@ -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" -- cgit