pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/mksandbox/files Update Usage coment to includ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9e2584b5c5d
branches:  trunk
changeset: 316191:a9e2584b5c5d
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Fri Dec 07 12:40:39 2018 +0000

description:
Update Usage coment to include --without-xsrc

diffstat:

 pkgtools/mksandbox/files/mksandbox |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f90577acbdbf -r a9e2584b5c5d pkgtools/mksandbox/files/mksandbox
--- a/pkgtools/mksandbox/files/mksandbox        Fri Dec 07 12:25:58 2018 +0000
+++ b/pkgtools/mksandbox/files/mksandbox        Fri Dec 07 12:40:39 2018 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mksandbox,v 1.13 2018/09/29 18:59:29 sevan Exp $
+# $NetBSD: mksandbox,v 1.14 2018/12/07 12:40:39 sevan Exp $
 
 # Copyright (c) 2002,2012 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -28,8 +28,8 @@
 
 # Usage: mksandbox [--mounthost=host] [--rodirs=dir1,...] [--rwdirs=dir1,...]
 #                 [--pkgsrc=dir] [--src=srcdir] [--xsrc=xsrcdir]
-#                 [--without-src] [--without-pkgsrc] [--without-x]
-#                 [--verbose] sandbox-dir
+#                 [--without-src] [--without-pkgsrc] [--without-xsrc]
+#                 [--without-x] [--verbose] sandbox-dir
 #
 # A small shell script to set up a sandbox (usually for a pkgsrc bulk
 # build), using null mounts.



Home | Main Index | Thread Index | Old Index