all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Set argument '--timeout' option in help message
@ 2022-11-27 12:58 Shohei YOSHIDA
  2022-11-27 13:18 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Shohei YOSHIDA @ 2022-11-27 12:58 UTC (permalink / raw)
  To: emacs-devel; +Cc: Shohei YOSHIDA

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Set argument '--timeout' option in help message
  2022-11-27 12:58 [PATCH] Set argument '--timeout' option in help message Shohei YOSHIDA
@ 2022-11-27 13:18 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-11-27 13:18 UTC (permalink / raw)
  To: Shohei YOSHIDA; +Cc: emacs-devel, syohex

> From: Shohei YOSHIDA <syohex@gmail.com>
> Cc: Shohei YOSHIDA <syohex@gmail.com>
> Date: Sun, 27 Nov 2022 21:58:27 +0900
> 
> Because `--timeout` option takes an argument

Thanks, installed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-27 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27 12:58 [PATCH] Set argument '--timeout' option in help message Shohei YOSHIDA
2022-11-27 13:18 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.