diff options
author | Kylie McClain <somasissounds@gmail.com> | 2015-02-16 23:31:55 -0500 |
---|---|---|
committer | Kylie McClain <somasissounds@gmail.com> | 2015-02-16 23:31:55 -0500 |
commit | 7da1ea520d5e73ed5b1aab4ad6ab88b29b9ab196 (patch) | |
tree | 6391ef028e681020abb5192042c6fb25a506082f | |
parent | 15d0c3cc3d31569fc8fefcf9ae671d4c73c1a615 (diff) |
make-colors-themes: fix typo
-rwxr-xr-x | make-colors-themes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-colors-themes b/make-colors-themes index 1e7015a..bebf47e 100755 --- a/make-colors-themes +++ b/make-colors-themes @@ -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" |