Commit: c23ff689c1ee113a43410b7fec98ffe46bef453e Parent: 8cf31445204356a14fd50664db67238bac2b4cfb Author: Randy Palamar Date: Thu, 16 Nov 2023 09:33:31 -0700 update usage message Diffstat:
M | jdict.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jdict.c b/jdict.c @@ -48,7 +48,7 @@ char *argv0; static void usage(void) { - die("usage: %s [-d path] [-i] term ...\n", argv0); + die("usage: %s [-d path] [-F FS] [-i] term ...\n", argv0); } static void