From d7aa920f48c909c6aaaf78772ecbfbadd0e43e23 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 13 Oct 2006 19:09:53 +0000 Subject: Added --unprivileged as an alias for --ignore-user-check, aligning with the wording in many other places. Also added --quiet to the usage text, which I had forgotten before. --- bootstrap/bootstrap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 6cd2619c75e..df6ce2338ad 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.85 2006/10/02 16:26:54 rillig Exp $ +# $NetBSD: bootstrap,v 1.86 2006/10/13 19:09:53 rillig Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -62,10 +62,11 @@ usage="Usage: $0 "' [ --varbase ] [ --fetch-cmd ] [ --ignore-case-check ] - [ --ignore-user-check ] + [ --unprivileged | --ignore-user-check ] [ --preserve-path ] [ --compiler ] [ --full ] + [ --quiet ] [ --help ]' # this replicates some of the logic in bsd.prefs.mk. until @@ -277,7 +278,7 @@ while [ $# -gt 0 ]; do --compiler=*) compiler=`get_optarg "$1"` ;; --compiler) compiler="$2"; shift ;; --ignore-case-check) ignorecasecheck=yes ;; - --ignore-user-check) ignoreusercheck=yes ;; + --unprivileged | --ignore-user-check) ignoreusercheck=yes ;; --preserve-path) preserve_path=yes ;; --full) full=yes ;; --quiet) quiet=yes ;; -- cgit v1.2.3