aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-08-13 17:18:20 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-08-13 17:18:20 +0000
commit7f8b4704604a902353e1a9fb999100f5583bc446 (patch)
treea67bfcde739d478a0d945c2b9b4aeb932807862f /gcc/java/gcj.texi
parent5a195cb564c13692354ecb8f59f23e83a0609c7c (diff)
downloadgcc-7f8b4704604a902353e1a9fb999100f5583bc446.zip
gcc-7f8b4704604a902353e1a9fb999100f5583bc446.tar.gz
gcc-7f8b4704604a902353e1a9fb999100f5583bc446.tar.bz2
* gcj.texi (Invoking gij): Document -X and -?.
From-SVN: r70406
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index fa73922..edce092 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -778,7 +778,8 @@ gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}]
[@option{-cp} @var{path}] [@option{-classpath} @var{path}]
[@option{-D}@var{name}[=@var{value}]@dots{}]
[@option{-ms=}@var{number}] [@option{-mx=}@var{number}]
- [@option{--showversion}] [@option{--version}] [@option{--help}]
+ [@option{-X@var{argument}]
+ [@option{--showversion}] [@option{--version}] [@option{--help}][@option{-?}]
@c man end
@c man begin SEEALSO gij
gcc(1), gcj(1), gcjh(1), jv-scan(1), jcf-dump(1), gfdl(7),
@@ -838,11 +839,18 @@ This sets the initial heap size.
@item -mx=@var{number}
This sets the maximum heap size.
+@item -X
+@itemx -X@var{argument}
+Supplying @code{-X} by itself will cause @code{gij} to list all the
+supported @code{-X} options. Currently there are none. Unrecognized
+@code{-X} options are ignored, for compatibility with other runtimes.
+
@item -jar
This indicates that the name passed to @code{gij} should be interpreted
as the name of a jar file, not a class.
@item --help
+@itemx -?
Print help, then exit.
@item --showversion