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
f822bec6
Commit
f822bec6
authored
Aug 28, 1996
by
Richard M. Stallman
Browse files
(main): Add bug report info in --help message.
parent
9f3e5ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/emacs.c
src/emacs.c
+3
-1
No files found.
src/emacs.c
View file @
f822bec6
...
...
@@ -603,7 +603,9 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
[-q] [--no-init-file] [-u user] [--user user] [--debug-init]
\n
\
[--version] [--no-site-file]
\n
\
[-f func] [--funcall func] [-l file] [--load file] [--insert file]
\n
\
[+linenum] file-to-visit [--kill]
\n
"
,
argv
[
0
]);
[+linenum] file-to-visit [--kill]
\n
\
Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see
\n
\
the Bugs section of the Emacs manual or the file BUGS."
,
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