mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Bugzilla bug 223624: removed an extraneous format string for fprintf.
r=nelsonb.
This commit is contained in:
parent
8cfbd7293c
commit
76cb52bad5
@ -34,7 +34,7 @@
|
||||
/*
|
||||
* cmsutil -- A command to work with CMS data
|
||||
*
|
||||
* $Id: cmsutil.c,v 1.41 2003/04/01 19:13:50 bishakhabanerjee%netscape.com Exp $
|
||||
* $Id: cmsutil.c,v 1.42 2003/10/25 14:05:08 wchang0222%aol.com Exp $
|
||||
*/
|
||||
|
||||
#include "nspr.h"
|
||||
@ -1035,7 +1035,6 @@ main(int argc, char **argv)
|
||||
case 'H':
|
||||
if (mode != SIGN) {
|
||||
fprintf(stderr,
|
||||
"%s: option -n only supported with option -D.\n",
|
||||
"%s: option -H only supported with option -S.\n",
|
||||
progName);
|
||||
Usage(progName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user