From 063f5bdb77b47e6383f08204df352f2bb842e00b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 03 Oct 2014 06:20:13 -0400
Subject: [PATCH] Update changelog

---
 bin/updatecss.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/updatecss.sh b/bin/updatecss.sh
index c477171..53d237c 100755
--- a/bin/updatecss.sh
+++ b/bin/updatecss.sh
@@ -28,7 +28,7 @@
 ));
 
 if (empty($opts['dir'])) {
-    print "Skin directory not specified (--dir). Using skins/ and plugins/skins/.\n";
+    print "Skin directory not specified (--dir). Using skins/ and plugins/*/skins/.\n";
 
     $dir     = INSTALL_PATH . 'skins';
     $dir_p   = INSTALL_PATH . 'plugins';

--
Gitblit v1.9.1