summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-03-01 01:21:56 +0000
committerrelyea%netscape.com <devnull@localhost>2001-03-01 01:21:56 +0000
commitf6dfe75e0ba98464fd0a3ff8024f18a6e5716481 (patch)
treed71d008ffb29b59e6eb8c50f9798c343bee1436a
parent36d321530929b23be0a84b7a53b952d5778cd51a (diff)
downloadnss-hg-f6dfe75e0ba98464fd0a3ff8024f18a6e5716481.tar.gz
change '-p' to '-P' to be consistant with other tools.
-rw-r--r--security/nss/cmd/pk12util/pk12util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/cmd/pk12util/pk12util.c b/security/nss/cmd/pk12util/pk12util.c
index bf2375d91..71f345c22 100644
--- a/security/nss/cmd/pk12util/pk12util.c
+++ b/security/nss/cmd/pk12util/pk12util.c
@@ -49,10 +49,10 @@ static void
Usage(char *progName)
{
#define FPS PR_fprintf(PR_STDERR,
- FPS "Usage: %s -i importfile [-d certdir] [-p dbprefix] [-h tokenname]\n",
+ FPS "Usage: %s -i importfile [-d certdir] [-P dbprefix] [-h tokenname]\n",
progName);
FPS "\t\t [-k slotpwfile | -K slotpw] [-w p12filepwfile | -W p12filepw]\n");
- FPS "Usage: %s -o exportfile -n certname [-d certdir] [-p dbprefix]\n", progName);
+ FPS "Usage: %s -o exportfile -n certname [-d certdir] [-P dbprefix]\n", progName);
FPS "\t\t [-k slotpwfile | -K slotpw] [-w p12filepwfile | -W p12filepw]\n");
exit(PK12UERR_USAGE);
}
@@ -884,7 +884,7 @@ static secuCommandFlag pk12util_options[] =
{ /* opt_Export */ 'o', PR_TRUE, 0, PR_FALSE },
{ /* opt_P12FilePWFile */ 'w', PR_TRUE, 0, PR_FALSE },
{ /* opt_P12FilePW */ 'W', PR_TRUE, 0, PR_FALSE },
- { /* opt_DBPrefix */ 'p', PR_TRUE, 0, PR_FALSE }
+ { /* opt_DBPrefix */ 'P', PR_TRUE, 0, PR_FALSE }
};
int