diff options
| author | Shohei YOSHIDA | 2022-11-27 21:58:27 +0900 |
|---|---|---|
| committer | Eli Zaretskii | 2022-11-27 15:17:40 +0200 |
| commit | bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb (patch) | |
| tree | 38347419657953ea380784fd6d257d27c973f7ce /lib-src | |
| parent | 80bfd6dc5bc3738db595a4972893b149b1224800 (diff) | |
| download | emacs-bacba02e5c7fe69e79c9ba3d65de851f8ccb86bb.tar.gz 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\ | |||
| 689 | Set the parameters of a new frame\n\ | 689 | Set the parameters of a new frame\n\ |
| 690 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ | 690 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ |
| 691 | -n, --no-wait Don't wait for the server to return\n\ | 691 | -n, --no-wait Don't wait for the server to return\n\ |
| 692 | -w, --timeout Seconds to wait before timing out\n\ | 692 | -w, --timeout=SECONDS Seconds to wait before timing out\n\ |
| 693 | -q, --quiet Don't display messages on success\n\ | 693 | -q, --quiet Don't display messages on success\n\ |
| 694 | -u, --suppress-output Don't display return values from the server\n\ | 694 | -u, --suppress-output Don't display return values from the server\n\ |
| 695 | -d DISPLAY, --display=DISPLAY\n\ | 695 | -d DISPLAY, --display=DISPLAY\n\ |