pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_comp/files More closely match man page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06762ef86fe6
branches:  trunk
changeset: 392900:06762ef86fe6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 13 10:40:24 2009 +0000

description:
More closely match man page.

diffstat:

 pkgtools/pkg_comp/files/pkg_comp.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8d2e9e901c17 -r 06762ef86fe6 pkgtools/pkg_comp/files/pkg_comp.sh
--- a/pkgtools/pkg_comp/files/pkg_comp.sh       Wed May 13 10:39:52 2009 +0000
+++ b/pkgtools/pkg_comp/files/pkg_comp.sh       Wed May 13 10:40:24 2009 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: pkg_comp.sh,v 1.34 2008/10/10 15:56:31 sborrill Exp $
+# $NetBSD: pkg_comp.sh,v 1.35 2009/05/13 10:40:24 wiz Exp $
 #
 # pkg_comp - Build packages inside a clean chroot environment
 # Copyright (c) 2002, 2003, 2004, 2005 Julio M. Merino Vidal <jmmv%NetBSD.org@localhost>
@@ -172,7 +172,7 @@
 #
 usage()
 {
-    echo "usage: $ProgName [-(c|C) conf_file] [-n] [-N] target [pkg_names]" 1>&2
+    echo "usage: $ProgName [-(c|C) conf_file] [-Nn] target [pkg_names]" 1>&2
     exit 1
 }
 



Home | Main Index | Thread Index | Old Index