Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b519fca5
Commit
b519fca5
authored
Sep 10, 1998
by
Karl Heuer
Browse files
(main): Mention --display and --eval in help.
parent
a94a4335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/emacs.c
src/emacs.c
+4
-3
No files found.
src/emacs.c
View file @
b519fca5
...
...
@@ -793,11 +793,12 @@ main (argc, argv, envp)
if
(
argmatch
(
argv
,
argc
,
"-help"
,
"--help"
,
3
,
NULL
,
&
skip_args
))
{
printf
(
"\
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]
\n
\
Usage: %s [--batch] [-t term] [--terminal term]
\n
\
[-d display] [--display display] [-nw] [--no-windows]
\n
\
[-q] [--no-init-file] [-u user] [--user user] [--debug-init]
\n
\
[--unibyte] [--multibyte] [--version] [--no-site-file]
\n
\
[-f func] [--funcall func] [-l file] [--load file] [--
insert file
]
\n
\
[+linenum] file-to-visit [--kill]
\n
\
[-f func] [--funcall func] [-l file] [--load file] [--
eval expr
]
\n
\
[--insert file]
[+linenum] file-to-visit [--kill]
\n
\
Report bugs to bug-gnu-emacs@gnu.org. First, please see
\n
\
the Bugs section of the Emacs manual or the file BUGS.
\n
"
,
argv
[
0
]);
exit
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment