]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
systemv/lpinfo.c: Remove username option from usage (Fixes #453)
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Aug 2022 14:28:56 +0000 (16:28 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Aug 2022 14:29:22 +0000 (16:29 +0200)
systemv/lpinfo.c

index 811fc8655e7947431be59d0d41de0d17bca262ff..5a8586a0c96e84bb98345fcfee84aeba9942d42f 100644 (file)
@@ -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"