Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall postinstall: tweak -a and -m usage



details:   https://anonhg.NetBSD.org/src/rev/f692ae9d7136
branches:  trunk
changeset: 359533:f692ae9d7136
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jan 08 23:07:17 2022 +0000

description:
postinstall: tweak -a and -m usage

diffstat:

 usr.sbin/postinstall/postinstall.in |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5db3a0dd3d48 -r f692ae9d7136 usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Sat Jan 08 23:04:11 2022 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Sat Jan 08 23:07:17 2022 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.48 2022/01/08 23:04:11 lukem Exp $
+# $NetBSD: postinstall.in,v 1.49 2022/01/08 23:07:17 lukem Exp $
 #
 # Copyright (c) 2002-2022 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2550,9 +2550,9 @@
 
        Options:
        -?              Display this help, and exit.
-       -a ARCH         \$MACHINE_ARCH.                 [${MACHINE_ARCH}]
+       -a ARCH         Set \$MACHINE_ARCH to ARCH.     [${MACHINE_ARCH}]
        -d DEST_DIR     Destination directory to check. [${DEST_DIR:-/}]
-       -m MACHINE      \$MACHINE.                      [${MACHINE}]
+       -m MACHINE      Set \$MACHINE to MACHINE.       [${MACHINE}]
        -s SRC_DIR      Location of the source files.  This may be any of
                        the following:
                        * A directory that contains a NetBSD source tree;



Home | Main Index | Thread Index | Old Index