Change --no-color to --nocolor for consistency within gentoolkit. (Bug #165165)
authorfuzzyray <fuzzyray@gentoo.org>
Sun, 18 Mar 2007 18:27:55 +0000 (18:27 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Sun, 18 Mar 2007 18:27:55 +0000 (18:27 -0000)
svn path=/; revision=361

trunk/ChangeLog
trunk/src/revdep-rebuild/revdep-rebuild

index c4e0278d2c2e5e34981fc98031e8fde1ab8d7fd6..67069d6022d3052d066257c84330990945632a37 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-18 Paul Varner <fuzzyray@gentoo.org>
+       * revdep-rebuild: Change --no-color to --nocolor for consistency
+       within gentoolkit. (Bug #165165)
+
 2007-03-16 Paul Varner <fuzzyray@gentoo.org>
        * gentoolkit: Fix typo in package.py (Bug #168347)
 
index df0e72dfb8f60f80bac51aedf644bc0c5d5d01fb..c80df71ce9a2ad0a362f5b1ab85ca6cae260bc36 100755 (executable)
@@ -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
                ;;