summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-06-13 21:34:12 +0000
committerbmah <bmah@FreeBSD.org>2001-06-13 21:34:12 +0000
commitff801336070ad2779d8f51c3a8f3ba9c740d730f (patch)
treea197438735289b473678bde37bcdd5a618f0a9ed /usr.sbin
parent7a5df26ad44438da31f3e6eb6459f4ce0068e8f6 (diff)
downloadFreeBSD-src-ff801336070ad2779d8f51c3a8f3ba9c740d730f.zip
FreeBSD-src-ff801336070ad2779d8f51c3a8f3ba9c740d730f.tar.gz
Fix usage bogon (-d doesn't take any arguments).
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/pkg_install/version/pkg_version.pl4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud