X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/ff8daf88475960f6ccc4e3ded3214147ecb21809..a97f550aa7b81d2add1d2a99e594c038da01fc19:/dmenu.c diff --git a/dmenu.c b/dmenu.c index 3b05752..ff74369 100644 --- a/dmenu.c +++ b/dmenu.c @@ -600,8 +600,8 @@ setup(void) static void usage(void) { - fputs("usage: dmenu [-b] [-f] [-i] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" - " [-nb color] [-nf color] [-sb color] [-sf color] [-v]\n", stderr); + fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" + " [-nb color] [-nf color] [-sb color] [-sf color]\n", stderr); exit(1); }