From 193d385f00bfec211344eaaead61b992cd7979b3 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 16 May 2013 08:33:35 +0200 Subject: Small fix to the printed debug message --- bin/updatecss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3