From 04c66dda73616893b63283f792998303f6e9ed5e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 26 Jan 2011 11:21:08 -0700 Subject: [PATCH] Fix script name --- horde/bin/themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/bin/themes b/horde/bin/themes index 9990fddab..efe90f0d3 100755 --- a/horde/bin/themes +++ b/horde/bin/themes @@ -61,7 +61,7 @@ function _usage() { global $cli; - $cli->writeln($cli->bold('Usage: themes.php [--expirecache]')); + $cli->writeln($cli->bold('Usage: themes [--expirecache]')); $cli->writeln(); $cli->writeln($cli->indent('--expirecache Expire all cache entries')); -- 2.11.0