From bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 27 Nov 2022 21:58:27 +0900 Subject: * lib-src/emacsclient.c (print_help_and_exit): Fix --timeout. --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src') diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ee124ea135c..bc23f3fa363 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -689,7 +689,7 @@ The following OPTIONS are accepted:\n\ Set the parameters of a new frame\n\ -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ -n, --no-wait Don't wait for the server to return\n\ --w, --timeout Seconds to wait before timing out\n\ +-w, --timeout=SECONDS Seconds to wait before timing out\n\ -q, --quiet Don't display messages on success\n\ -u, --suppress-output Don't display return values from the server\n\ -d DISPLAY, --display=DISPLAY\n\ -- cgit v1.2.1