make-colors-themes: fix typo

This commit is contained in:
Kylie McClain 2015-02-16 23:31:55 -05:00
parent 15d0c3cc3d
commit 7da1ea520d

View File

@ -201,9 +201,9 @@ help() {
echo "arguments:"
echo " generate - just generate the theme"
echo " install - install the theme system-wide"
echo " user_install - install the theme in your ~/.themes directory"
echo " user-install - install the theme in your ~/.themes directory"
echo " uninstall - uninstall the theme"
echo " user_uninstall - uninstall the theme from the ~/.themes directory"
echo " user-uninstall - uninstall the theme from the ~/.themes directory"
echo " clean - delete old generated files"
echo " patch - patch zuki-themes file"
echo " update - update the local copy of the zuki-themes repo"