summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gnu/classpath/tools/keytool/IdentityDBCmd.java')
-rw-r--r--tools/gnu/classpath/tools/keytool/IdentityDBCmd.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java b/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java
index ac0ee1329..e52c90299 100644
--- a/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java
+++ b/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java
@@ -61,7 +61,7 @@ import java.util.logging.Logger;
* <dd>The fully qualified path of the identity file to import. If this
* option is omitted, the tool will process STDIN.
* <p></dd>
- *
+ *
* <dt>-storetype STORE_TYPE</dt>
* <dd>Use this option to specify the type of the key store to use. The
* default value, if this option is omitted, is that of the property
@@ -69,7 +69,7 @@ import java.util.logging.Logger;
* obtained by invoking the {@link java.security.KeyStore#getDefaultType()}
* static method.
* <p></dd>
- *
+ *
* <dt>-keystore URL</dt>
* <dd>Use this option to specify the location of the key store to use.
* The default value is a file {@link java.net.URL} referencing the file
@@ -82,13 +82,13 @@ import java.util.logging.Logger;
* name (with absolute or relative path-name) of a key store --as if the
* protocol was <code>file:</code>.
* <p></dd>
- *
+ *
* <dt>-storepass PASSWORD</dt>
* <dd>Use this option to specify the password protecting the key store. If
* this option is omitted from the command line, you will be prompted to
* provide a password.
* <p></dd>
- *
+ *
* <dt>-provider PROVIDER_CLASS_NAME</dt>
* <dd>A fully qualified class name of a Security Provider to add to the
* current list of Security Providers already installed in the JVM in-use.
@@ -96,7 +96,7 @@ import java.util.logging.Logger;
* added to the runtime --i.e. it was not already installed-- then the tool
* will attempt to removed this Security Provider before exiting.
* <p></dd>
- *
+ *
* <dt>-v</dt>
* <dd>Use this option to enable more verbose output.</dd>
* </dl>