summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2005-02-03 23:53:23 +0000
committerjlam <jlam>2005-02-03 23:53:23 +0000
commitc6cbcf5b434371791f36ead8ecb0ea0ef6632421 (patch)
tree4f643601b1fcc590c964c3a96ae78ccbae1c8a0b /pkgtools
parented60a9fed61af2b5a551cf98ec95517c5d05287b (diff)
downloadpkgsrc-c6cbcf5b434371791f36ead8ecb0ea0ef6632421.tar.gz
s/pax/pkg_install/ in the usage message.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/pkg_install/files/pkg_install2nbcompat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/pkg_install2nbcompat b/pkgtools/pkg_install/files/pkg_install2nbcompat
index 64b4406ea60..f3d2ada51f8 100755
--- a/pkgtools/pkg_install/files/pkg_install2nbcompat
+++ b/pkgtools/pkg_install/files/pkg_install2nbcompat
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: pkg_install2nbcompat,v 1.1 2004/08/20 22:27:12 jlam Exp $
+# $NetBSD: pkg_install2nbcompat,v 1.2 2005/02/03 23:53:23 jlam Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -37,7 +37,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-if [ $# -lt 1 ]; then echo "pax2nbcompat dest"; exit 1; fi
+if [ $# -lt 1 ]; then echo "pkg_install2nbcompat dest"; exit 1; fi
: ${PKGSRCDIR:=/usr/pkgsrc}
: ${BSDSRCDIR:=/usr/src}