Closed
Bug 112519
Opened 23 years ago
Closed 23 years ago
The -p option is listed twice in the smime usage message.
Categories
(NSS :: Tools, defect, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
3.3.2
People
(Reporter: wtc, Assigned: julien.pierre)
Details
The -p option is listed twice in the smime usage message:
usage: smime [options]
options:
-S nick generate signed message, use certificate named "nick"
-p passwd use "passwd" as security module password
-E rec1[,rec2...] generate encrypted message for recipients
-D decode a S/MIME message
-p passwd use "passwd" as security module password
(required for decrypting only)
-C pathname set pathname of "cmsutil"
-d directory set directory containing certificate db
(default: ~/.netscape)
One of them should be deleted. Also we should take the opportunity to
align '-p passwd ...' on the left with the other options.
Please wait until Sonja has tagged NSS 3.3.2 Beta 1 to check in
the fix.
Reporter | ||
Updated•23 years ago
|
Severity: normal → trivial
Priority: -- → P1
Target Milestone: --- → 3.3.2
Assignee | ||
Comment 1•23 years ago
|
||
Wan-Teh,
It was specifically requested by Antonio that I document the -p separately for
the signing and encrypting functions in a previous bug.
Reporter | ||
Comment 2•23 years ago
|
||
Ah, I see. So the -p options are indented intentionally
to show they can only be used in conjunction with the
-S and -D options. This was not obvious to me at first :-)
Marked the bug invalid.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•