From: Zdenek Dohnal Date: Mon, 15 Aug 2022 14:28:56 +0000 (+0200) Subject: systemv/lpinfo.c: Remove username option from usage (Fixes #453) X-Git-Tag: v2.4.3~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5f4770604b96d91f4eed8d182b361f54813955;p=thirdparty%2Fcups.git systemv/lpinfo.c: Remove username option from usage (Fixes #453) --- diff --git a/systemv/lpinfo.c b/systemv/lpinfo.c index 811fc8655e..5a8586a0c9 100644 --- a/systemv/lpinfo.c +++ b/systemv/lpinfo.c @@ -500,7 +500,6 @@ usage(void) _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); _cupsLangPuts(stdout, _("-l Show verbose (long) output")); _cupsLangPuts(stdout, _("-m Show models")); - _cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); _cupsLangPuts(stdout, _("-v Show devices")); _cupsLangPuts(stdout, _("--device-id device-id Show models matching the given IEEE 1284 device ID")); _cupsLangPuts(stdout, _("--exclude-schemes scheme-list\n"