[banshee/gio-hardware] [build] Fix a mix-up in icon-theme-installer documentation



commit 2fb8e740ff575eb9b3e54b2ba40e763b0dd027cf
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Aug 7 11:32:45 2010 +0200

    [build] Fix a mix-up in icon-theme-installer documentation

 build/icon-theme-installer |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/icon-theme-installer b/build/icon-theme-installer
index 56c8571..0260788 100755
--- a/build/icon-theme-installer
+++ b/build/icon-theme-installer
@@ -59,10 +59,10 @@
 # -i         : Install
 # -u         : Uninstall
 # -t <theme> : Theme name (hicolor)
-# -b <dir>   : Theme installation dest directory [x$(DESTDIR)] - Always prefix
+# -d <dir>   : Theme installation dest directory [x$(DESTDIR)] - Always prefix
 #              this argument with x; it will be stripped but will act as a
 #              placeholder for zero $DESTDIRs (only set by packagers)
-# -d <dir>   : Theme installation directory [$(hicolordir)]
+# -b <dir>   : Theme installation directory [$(hicolordir)]
 # -s <dir>   : Source directory [$(srcdir)]
 # -m <exec>  : Command to exec for directory creation [$(mkinstalldirs)]
 # -x <exec>  : Command to exec for single file installation [$(INSTALL_DATA)]
@@ -97,7 +97,7 @@ if test -z "$THEME_NAME"; then
 fi
 
 if test -z "$INSTALL_BASE_DIR"; then
-	echo "Base theme directory required [-d \$(hicolordir)]"
+	echo "Base theme directory required [-b \$(hicolordir)]"
 	exit 1
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]