From 7da1ea520d5e73ed5b1aab4ad6ab88b29b9ab196 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Mon, 16 Feb 2015 23:31:55 -0500 Subject: [PATCH] make-colors-themes: fix typo --- make-colors-themes | 4 ++-- 1 file 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"