X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=systemv%2Fcupsctl.c;h=ceaa4195577e5484398637e97b1ca20c38912a95;hb=4d301e694f72b03ab2b6c8189387bd7076a3a2ea;hp=9c8e4f8c1f5aaa305f9552c1305abbaee51decab;hpb=b226ab99134159fff1c3192d3bf22d2652db386b;p=thirdparty%2Fcups.git diff --git a/systemv/cupsctl.c b/systemv/cupsctl.c index 9c8e4f8c1..ceaa41955 100644 --- a/systemv/cupsctl.c +++ b/systemv/cupsctl.c @@ -3,7 +3,7 @@ * * CUPS control program for the Common UNIX Printing System (CUPS). * - * Copyright 2007-2008 by Apple Inc. + * Copyright 2007-2009 by Apple Inc. * Copyright 2006-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -193,9 +193,9 @@ usage(const char *opt) /* I - Option character/string */ if (opt) { if (*opt == '-') - _cupsLangPrintf(stderr, _("cupsctl: Unknown option \"%s\"!\n"), opt); + _cupsLangPrintf(stderr, _("cupsctl: Unknown option \"%s\"\n"), opt); else - _cupsLangPrintf(stderr, _("cupsctl: Unknown option \"-%c\"!\n"), *opt); + _cupsLangPrintf(stderr, _("cupsctl: Unknown option \"-%c\"\n"), *opt); } _cupsLangPuts(stdout,