aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKaroly Lorentey2004-01-02 13:03:12 +0000
committerKaroly Lorentey2004-01-02 13:03:12 +0000
commitb28c910d1f41815fa4744756852d5f2377d28636 (patch)
tree7767aa58a43dce4939330c8b1ed4e99766ab4ac5 /lib-src
parenteb9332fa2e41dbe54f5427b9383cb4028a6f926f (diff)
downloademacs-b28c910d1f41815fa4744756852d5f2377d28636.tar.gz
emacs-b28c910d1f41815fa4744756852d5f2377d28636.zip
Fix longopts option name for --tty.
lib-src/emacsclient.c (longopts): Fix --tty and -t. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-34
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 6f75bbd04fd..741f5da2f1e 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -135,7 +135,7 @@ struct option longopts[] =
135 { "eval", no_argument, NULL, 'e' }, 135 { "eval", no_argument, NULL, 'e' },
136 { "help", no_argument, NULL, 'H' }, 136 { "help", no_argument, NULL, 'H' },
137 { "version", no_argument, NULL, 'V' }, 137 { "version", no_argument, NULL, 'V' },
138 { "frame", no_argument, NULL, 'f' }, 138 { "tty", no_argument, NULL, 't' },
139 { "alternate-editor", required_argument, NULL, 'a' }, 139 { "alternate-editor", required_argument, NULL, 'a' },
140 { "socket-name", required_argument, NULL, 's' }, 140 { "socket-name", required_argument, NULL, 's' },
141 { "display", required_argument, NULL, 'd' }, 141 { "display", required_argument, NULL, 'd' },