Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bc5ad3e6
Commit
bc5ad3e6
authored
Aug 13, 2003
by
Tom Tromey
Committed by
Tom Tromey
Aug 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gij.cc (help): Document -? and -X.
From-SVN: r70407
parent
7f8b4704
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libjava/ChangeLog
+4
-0
libjava/gij.cc
+2
-1
No files found.
libjava/ChangeLog
View file @
bc5ad3e6
2003
-
08
-
13
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
gij
.
cc
(
help
):
Document
-?
and
-
X
.
2003
-
08
-
12
Graydon
Hoare
<
graydon
@
redhat
.
com
>
*
java
/
awt
/
Font
.
java
:
...
...
libjava/gij.cc
View file @
bc5ad3e6
...
...
@@ -31,7 +31,8 @@ help ()
printf
(
" --cp LIST set class path
\n
"
);
printf
(
" --classpath LIST set class path
\n
"
);
printf
(
" -DVAR=VAL define property VAR with value VAL
\n
"
);
printf
(
" --help print this help, then exit
\n
"
);
printf
(
" -?, --help print this help, then exit
\n
"
);
printf
(
" -X print help on supported -X options, then exit
\n
"
);
printf
(
" --ms=NUMBER set initial heap size
\n
"
);
printf
(
" --mx=NUMBER set maximum heap size
\n
"
);
printf
(
" --showversion print version number, then keep going
\n
"
);
...
...
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