summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lpadmin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index 93579c5c4..85d57d83d 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -622,6 +622,10 @@ main(int argc, /* I - Number of command-line arguments */
num_options = cupsRemoveOption("ppd-name", num_options, &options);
}
+ else if (ppd_name || file)
+ {
+ _cupsLangPuts(stderr, _("lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS."));
+ }
if (num_options || file)
{