Fix for 95264 - add more info in s/mime script

git-svn-id: svn://10.0.0.236/branches/NSS_3_3_BRANCH@108776 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com
2001-11-22 01:15:18 +00:00
parent d99ebdf50d
commit 1ed1a6d87a

View File

@@ -34,7 +34,7 @@
#
# smime.pl - frontend for S/MIME message generation and parsing
#
# $Id: smime,v 1.6 2000-07-07 00:57:39 chrisk%netscape.com Exp $
# $Id: smime,v 1.6.68.1 2001-11-22 01:15:18 jpierre%netscape.com Exp $
#
use Getopt::Std;
@@ -258,6 +258,8 @@ sub usage {
print STDERR " -p passwd use \"passwd\" as security module password\n";
print STDERR " -E rec1[,rec2...] generate encrypted message for recipients\n";
print STDERR " -D decode a S/MIME message\n";
print STDERR " -p passwd use \"passwd\" as security module password\n";
print STDERR " (required for decrypting only)\n";
print STDERR " -C pathname set pathname of \"cmsutil\"\n";
print STDERR " -d directory set directory containing certificate db\n";
print STDERR " (default: ~/.netscape)\n";