diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-08-07 11:32:45 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-08-07 11:50:12 +0200 |
commit | c37570b22af5f0e948a5d7822b468819e0d6b0e2 (patch) | |
tree | 07af626109bfc56a6d542991734cfa7e9cb34fea /build/icon-theme-installer | |
parent | 3e026dd234e4c055f2c1ed14880dd0aad9a81fd0 (diff) |
[build] Fix a mix-up in icon-theme-installer documentation
Diffstat (limited to 'build/icon-theme-installer')
-rwxr-xr-x | 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 56c857101..02607882f 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 |