Module Name: src
Committed By: lukem
Date: Sat Jan 8 23:07:17 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: tweak -a and -m usage
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/postinstall/postinstall.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall.in
diff -u src/usr.sbin/postinstall/postinstall.in:1.48 src/usr.sbin/postinstall/postinstall.in:1.49
--- src/usr.sbin/postinstall/postinstall.in:1.48 Sat Jan 8 23:04:11 2022
+++ src/usr.sbin/postinstall/postinstall.in Sat Jan 8 23:07:17 2022
@@ -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 @@ Usage: ${PROGNAME} [-a ARCH] [-d DEST_DI
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;