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/lookman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/lookman') diff --git a/rc/bin/lookman b/rc/bin/lookman index 5854e9528..e38d16695 100755 --- a/rc/bin/lookman +++ b/rc/bin/lookman @@ -16,7 +16,7 @@ fn sigint sighup sigterm { *=`{echo $*|tr A-Z a-z|tr -dc 'a-z0-9_. \012'} # fold case, delete funny chars if(~ $#* 0){ - echo Usage: lookman key ... >/fd/2 + echo usage: lookman key ... >/fd/2 exit usage } look $1 $index | sed 's/.* //' | sort -u >$t1 -- cgit v1.2.3