From 54027c48c865a095dfbd4aef44b36d09f125cd67 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 19 May 2023 05:09:20 -0400 Subject: sbopkglint: get rid of short help (--help now same as --doc). --- sbopkglint | 46 +++------------------------------------------- 1 file changed, 3 insertions(+), 43 deletions(-) (limited to 'sbopkglint') diff --git a/sbopkglint b/sbopkglint index 575c0af..e54daf2 100755 --- a/sbopkglint +++ b/sbopkglint @@ -12,7 +12,7 @@ sbopkglint - check Slackware binary packages for common errrors. =head1 SYNOPSIS -B [-k] [-i] [-s] [I I<...>] +B [-k] [-i] [-s] [-c | --color] [-m | --mono] [I I<...>] =head1 DESCRIPTION @@ -73,11 +73,7 @@ color only when B is a terminal. Do not colorize the output, even if B is a terminal. -=item B<--help> - -Show the short built-in help. - -=item B<--doc> +=item B<--doc>, B<--help> View this documentation using perldoc(1), which generally uses your pager (e.g. less(1) or more(1)) to display it. @@ -383,52 +379,16 @@ EOF SELF="$( basename $0 )" -usage() { - cat 1>&2 <