From ff801336070ad2779d8f51c3a8f3ba9c740d730f Mon Sep 17 00:00:00 2001 From: bmah Date: Wed, 13 Jun 2001 21:34:12 +0000 Subject: Fix usage bogon (-d doesn't take any arguments). MFC after: 3 days --- usr.sbin/pkg_install/version/pkg_version.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/pkg_install/version/pkg_version.pl b/usr.sbin/pkg_install/version/pkg_version.pl index adf14ec..9c1b91d 100755 --- a/usr.sbin/pkg_install/version/pkg_version.pl +++ b/usr.sbin/pkg_install/version/pkg_version.pl @@ -264,11 +264,11 @@ sub GetNameAndVersion { # sub PrintHelp { print <<"EOF" -Usage: pkg_version [-c] [-d debug] [-h] [-l limchar] [-L limchar] [-s string] +Usage: pkg_version [-c] [-d] [-h] [-l limchar] [-L limchar] [-s string] [-v] [index] pkg_version [-d debug] -t v1 v2 -c Show commands to update installed packages --d debug Debugging output (debug controls level of output) +-d Enable debugging output -h Help (this message) -l limchar Limit output to status flags that match -L limchar Limit output to status flags that DON\'T match -- cgit v1.1