Module Name: othersrc
Committed By: cheusov
Date: Thu Oct 11 08:02:10 UTC 2012
Modified Files:
othersrc/usr.sbin/pkg_setup: pkg_setup
Log Message:
Clean-ups in usage message
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.sbin/pkg_setup/pkg_setup
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.sbin/pkg_setup/pkg_setup
diff -u othersrc/usr.sbin/pkg_setup/pkg_setup:1.5 othersrc/usr.sbin/pkg_setup/pkg_setup:1.6
--- othersrc/usr.sbin/pkg_setup/pkg_setup:1.5 Thu Oct 11 07:59:02 2012
+++ othersrc/usr.sbin/pkg_setup/pkg_setup Thu Oct 11 08:02:10 2012
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: pkg_setup,v 1.5 2012/10/11 07:59:02 cheusov Exp $
+# $NetBSD: pkg_setup,v 1.6 2012/10/11 08:02:10 cheusov Exp $
#
# Copyright (c) 2011 Aleksey Cheusov <[email protected]>
#
@@ -53,7 +53,7 @@ Examples:
pkg_setup -v -d http://example.org/pkgsrc/linux/repo -p nih
- env FTP_CMD='ftp -4V' ./pkg_setup -v \
+ env FTP_CMD='ftp -4V' ./pkg_setup -v \
-d http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/5.0 -- -P /tmp
EOF
}