diff options
| author | Karoly Lorentey | 2004-01-02 13:03:12 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-01-02 13:03:12 +0000 |
| commit | b28c910d1f41815fa4744756852d5f2377d28636 (patch) | |
| tree | 7767aa58a43dce4939330c8b1ed4e99766ab4ac5 /lib-src | |
| parent | eb9332fa2e41dbe54f5427b9383cb4028a6f926f (diff) | |
| download | emacs-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.c | 2 |
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' }, |