From 1e576074d2d49f3b81b6b83e78ec7874a4be48da Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Sun, 18 Mar 2007 18:27:55 +0000 Subject: [PATCH] Change --no-color to --nocolor for consistency within gentoolkit. (Bug #165165) svn path=/; revision=361 --- trunk/ChangeLog | 4 ++++ trunk/src/revdep-rebuild/revdep-rebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index c4e0278..67069d6 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,7 @@ +2007-03-18 Paul Varner + * revdep-rebuild: Change --no-color to --nocolor for consistency + within gentoolkit. (Bug #165165) + 2007-03-16 Paul Varner * gentoolkit: Fix typo in package.py (Bug #168347) diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild index df0e72d..c80df71 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild +++ b/trunk/src/revdep-rebuild/revdep-rebuild @@ -41,7 +41,7 @@ then echo " --library=NAME NAME can be a full path to the library or a basic" echo " regular expression (man grep)" echo " -np, --no-ld-path Do not set LD_LIBRARY_PATH" - echo " -nc, --no-color Turn off colored output" + echo " -nc, --nocolor Turn off colored output" echo " -i, --ignore Ignore temporary files from previous runs" echo " -q, --quiet Be less verbose (also passed to emerge command)" echo " -vv, --extra-verbose Be extra verbose" @@ -213,7 +213,7 @@ while [ ! -z "$1" ] ; do PRELIMINARY_CALLED_OPTIONS="${PRELIMINARY_CALLED_OPTIONS} --library=${SONAME}" shift 2 ;; - -nc | --no-color ) + -nc | --no-color | --nocolor ) NOCOLOR=true shift ;; -- 2.26.2