summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/set_windowmanager.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-27 22:37:17 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-27 22:38:00 (GMT)
commit1dd5961670bc8ea7c1e6618d39070a5b5aa8b7af (patch)
tree397839fa69863f5f18d04d8e64331f340a61b7db /abs/core/LinHES-system/set_windowmanager.sh
parent3fc3938ecc2cfd8f75a2fa28f795a837a51636ca (diff)
downloadlinhes_pkgbuild-1dd5961670bc8ea7c1e6618d39070a5b5aa8b7af.zip
linhes_pkgbuild-1dd5961670bc8ea7c1e6618d39070a5b5aa8b7af.tar.gz
linhes_pkgbuild-1dd5961670bc8ea7c1e6618d39070a5b5aa8b7af.tar.bz2
linhes-system: fix typos in set_windowmanager.sh and add some help text for alt_wm
Diffstat (limited to 'abs/core/LinHES-system/set_windowmanager.sh')
-rw-r--r--abs/core/LinHES-system/set_windowmanager.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/set_windowmanager.sh b/abs/core/LinHES-system/set_windowmanager.sh
index 5c1150d..3d0cdb2 100644
--- a/abs/core/LinHES-system/set_windowmanager.sh
+++ b/abs/core/LinHES-system/set_windowmanager.sh
@@ -20,7 +20,7 @@ if [ x$windowmanager = x ]
then
echo
echo "Usage: "
- echo " set_windowmanger.sh WINDOWMANAGER STARTUP_STYLE"
+ echo " set_windowmanager.sh WINDOWMANAGER STARTUP_STYLE"
echo
echo "Valid WINDOWMANAGER options are:"
echo " default"
@@ -36,9 +36,11 @@ then
echo "If STARTUP_STYLE is not given, then the default will be used."
echo
echo "Example: "
- echo " set_windowmanger.sh enlightenment mythvantage"
+ echo " set_windowmanager.sh enlightenment mythvantage"
echo
-
+ echo " "
+ echo "if using enlightenment or windowmaker, please ensure that the alt_wm group is installed"
+ echo "pacman -Sy alt_wm"
exit 0
fi