From fde6232e54719c71e45e7f44e6c58c07efab29e6 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 3 Feb 2005 23:53:23 +0000 Subject: s/pax/pkg_install/ in the usage message. --- pkgtools/pkg_install/files/pkg_install2nbcompat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') 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} -- cgit v1.2.3