diff options
author | Shohei YOSHIDA <syohex@gmail.com> | 2022-11-27 21:58:27 +0900 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-11-27 15:17:40 +0200 |
commit | bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb (patch) | |
tree | 38347419657953ea380784fd6d257d27c973f7ce /lib-src | |
parent | 80bfd6dc5bc3738db595a4972893b149b1224800 (diff) | |
download | emacs-bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb.tar.gz emacs-bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb.tar.bz2 emacs-bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb.zip |
* lib-src/emacsclient.c (print_help_and_exit): Fix --timeout.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ |