diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-16 08:33:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-16 08:34:31 +0200 |
commit | ac5b58bac4a1760106da301b1c2c6c81103058d6 (patch) | |
tree | 0a75171ca8a0754d6b4f3eb947654d8ec0faaec5 /bin/updatecss.sh | |
parent | 5e2fe0d195fb8b9c67c346cc8a5218082ccf0588 (diff) |
Small fix to the printed debug message
Diffstat (limited to 'bin/updatecss.sh')
-rwxr-xr-x | bin/updatecss.sh | 2 |
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'; |