Skip to content

Commit

Permalink
Bug 1542741, certutil: fix error output when -F is specified, r=rrelyea
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : d1514d5ac9ad9cc4f4f8de68c9c56968252d7ef7
  • Loading branch information
ueno committed Apr 8, 2019
1 parent 8783959 commit 2b07c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/certutil/certutil.c
Expand Up @@ -3120,7 +3120,7 @@ certutil_main(int argc, char **argv, PRBool initialize)
PR_fprintf(PR_STDERR,
"%s -%c: specify a nickname (-n) or\n"
" a key ID (-k).\n",
commandToRun, progName);
progName, commandToRun);
return 255;
}

Expand Down

0 comments on commit 2b07c6c

Please sign in to comment.