jdict

command line tool for looking up terms in yomidict dictionaries
git clone anongit@rnpnr.xyz:jdict.git
Log | Files | Refs | Feed | README | LICENSE

Commit: c23ff689c1ee113a43410b7fec98ffe46bef453e
Parent: 8cf31445204356a14fd50664db67238bac2b4cfb
Author: Randy Palamar
Date:   Thu, 16 Nov 2023 09:33:31 -0700

update usage message

Diffstat:
Mjdict.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