unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59961: [PATCH] ; * lib-src/emacsclient.c: Add parameters option information.
@ 2022-12-11  9:32 lu4nx
  2022-12-11 10:26 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: lu4nx @ 2022-12-11  9:32 UTC (permalink / raw)
  To: 59961; +Cc: lu4nx

---
 lib-src/emacsclient.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index af488128ba..a0c5b84bc5 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1669,10 +1669,10 @@ set_socket (bool no_exit_if_error)
   /* No implicit or explicit socket, and no alternate editor.  */
   message (true, "%s: No socket or alternate editor.  Please use:\n\n"
 #ifdef SOCKETS_IN_FILE_SYSTEM
-"\t--socket-name\n"
+"\t--socket-name=SOCKET\n"
 #endif
-"\t--server-file      (or environment variable EMACS_SERVER_FILE)\n\
-\t--alternate-editor (or environment variable ALTERNATE_EDITOR)\n",
+"\t--server-file=SERVER      (or environment variable EMACS_SERVER_FILE)\n\
+\t--alternate-editor=EDITOR (or environment variable ALTERNATE_EDITOR)\n",
            progname);
   exit (EXIT_FAILURE);
 }
-- 
2.38.1






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

end of thread, other threads:[~2024-01-11 20:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11  9:32 bug#59961: [PATCH] ; * lib-src/emacsclient.c: Add parameters option information lu4nx
2022-12-11 10:26 ` Eli Zaretskii
2022-12-11 10:51   ` lux
2023-01-15 10:16     ` lux
2023-01-15 10:40       ` Eli Zaretskii
2024-01-10 22:35         ` Stefan Kangas
2024-01-11 10:28           ` Eli Zaretskii
2024-01-11 20:21             ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).