summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java')
-rw-r--r--base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java b/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java
index 8801b2423..6bb43aee7 100644
--- a/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java
+++ b/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java
@@ -45,21 +45,21 @@ import netscape.security.x509.X509ExtensionException;
* program via the command line, and that the contents contain a CRL
* encoded in an ASCII BASE 64 format. Note that the data file may contain
* an optional "-----BEGIN" header and/or an optional "-----END" trailer.
- *
+ *
* <P>
* The program may be invoked as follows:
- *
+ *
* <PRE>
- *
+ *
* PrettyPrintCrl &lt;input filename&gt; [output filename]
- *
+ *
* NOTE: &lt;input filename&gt; must contain an ASCII
* BASE 64 encoded CRL
- *
+ *
* &lt;output filename&gt; contains a CRL displayed
* in a "pretty print" ASCII format
* </PRE>
- *
+ *
* @version $Revision$, $Date$
*/