From 5bc9b0c3cac34864d479c099283793ec4ae5565e Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Tue, 10 Mar 2020 10:09:34 -0700 Subject: improve usage messages (thanks henesy) Fix inconsistencies between programs and their usage messages, correct instances where information seems to be missing or lost. This includes missing arguments, making usage consistent with manuals, and so on. --- rc/bin/lp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/lp') diff --git a/rc/bin/lp b/rc/bin/lp index a06848811..e7eba4e5e 100755 --- a/rc/bin/lp +++ b/rc/bin/lp @@ -93,7 +93,7 @@ flagfmt='D,H,L,Q,R,r,q,M mach,c copies,d printer,f font.size,i src,k jobnos,l li argv0=lp if(! ifs=() eval `{aux/getflags $*}) { - echo $USAGE + echo $USAGE >[1=2] exit usage } if(~ $flagd '?'){ -- cgit v1.2.3