[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Set argument '--timeout' option in help message
From: |
Shohei YOSHIDA |
Subject: |
[PATCH] Set argument '--timeout' option in help message |
Date: |
Sun, 27 Nov 2022 21:58:27 +0900 |
Because `--timeout` option takes an argument
---
lib-src/emacsclient.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index ee124ea135..bc23f3fa36 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -689,7 +689,7 @@ print_help_and_exit (void)
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\
--
2.37.2
- [PATCH] Set argument '--timeout' option in help message,
Shohei YOSHIDA <=