summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-16 08:33:35 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-16 08:33:35 +0200
commit193d385f00bfec211344eaaead61b992cd7979b3 (patch)
treef41216cb86c7fb08cd2ca2a92b94f8c6f84b1686
parent6b6209b58768647ca2feafb436db048ff3d5de6e (diff)
Small fix to the printed debug message
-rwxr-xr-xbin/updatecss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatecss.sh b/bin/updatecss.sh
index c477171ff..53d237c77 100755
--- a/bin/updatecss.sh
+++ b/bin/updatecss.sh
@@ -28,7 +28,7 @@ $opts = rcube_utils::get_opt(array(
));
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';