diff options
author | 2005-11-26 16:07:53 +0000 | |
---|---|---|
committer | 2005-11-26 16:07:53 +0000 | |
commit | 920ce05299f013db88da43f322a7d013885f5d45 (patch) | |
tree | 0afb53f07be334c96944b6ba2cda0bdbdb40f7e0 /man | |
parent | stupid stupid (diff) | |
download | java-config-920ce05299f013db88da43f322a7d013885f5d45.tar.gz java-config-920ce05299f013db88da43f322a7d013885f5d45.tar.bz2 java-config-920ce05299f013db88da43f322a7d013885f5d45.zip |
Documented --library in the man page.
svn path=/java-config-ng/branches/axxo/; revision=1421
Diffstat (limited to 'man')
-rw-r--r-- | man/java-config.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/java-config.1 b/man/java-config.1 index 86d199a..23c0672 100644 --- a/man/java-config.1 +++ b/man/java-config.1 @@ -44,6 +44,12 @@ Figure full path to one of the JDK/JRE utilities, such as and others. . .TP +\fB\-i PACKAGE(S), \-\-library=PACKAGE(S)\fI +Print java library paths for these packages. Used for example in wrapper +scripts like this: -Djava.library.path=$(java-config -i swt-3). Follows the same +pkg[\-SLOT] convention as for example \-\-classpath. +. +.TP \fB\-l \-\-list\-available\-packages\fI List available Java packages. Used for selection by .I \-\-classpath |