summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
diff options
context:
space:
mode:
authorGowtham Thommandra <Gowtham.Thommandra@Sun.COM>2009-01-22 16:45:34 +0530
committerGowtham Thommandra <Gowtham.Thommandra@Sun.COM>2009-01-22 16:45:34 +0530
commitc2765d203a42aaeda144370182c6cda62904d860 (patch)
tree56e30d42d67a0575aa8d0ab0e15924db8920a71f /usr/src/cmd/print/bsd-sysv-commands/lpstat.c
parent986cab2cf600d0f38fb192ef0956e82974e2d559 (diff)
downloadillumos-gate-c2765d203a42aaeda144370182c6cda62904d860.tar.gz
6740079 S10u5: lpstat -R does not show queued jobs
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands/lpstat.c')
-rw-r--r--usr/src/cmd/print/bsd-sysv-commands/lpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
index 0f644fdc44..4ee3bcd26b 100644
--- a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
+++ b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
@@ -1052,6 +1052,7 @@ main(int ac, char *av[])
exit_code += printer_query(optarg, report_device,
encryption, verbose, 0);
break;
+ case 'R': /* set "rank" flag in first pass */
case 'o':
exit_code += job_query(optarg, report_job,
encryption, rank, verbose);
@@ -1097,7 +1098,6 @@ main(int ac, char *av[])
case 'L': /* local-only, ignored */
case 'l': /* increased verbose level in first pass */
case 'D': /* set "description" flag in first pass */
- case 'R': /* set "rank" flag in first pass */
case 'E': /* set encryption in the first pass */
break;
default: