plugins/libkolab

Daniel Hoffend hoffend at kolabsys.com
Wed Mar 4 01:30:13 CET 2015


 plugins/libkolab/bin/modcache.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91648d77a061e27c34938c2f23a5dbdac01aa89a
Author: Daniel Hoffend <dh at dotlan.net>
Date:   Wed Mar 4 01:29:14 2015 +0100

    fix print_usage() argument order

diff --git a/plugins/libkolab/bin/modcache.sh b/plugins/libkolab/bin/modcache.sh
index 533fefd..01f1822 100755
--- a/plugins/libkolab/bin/modcache.sh
+++ b/plugins/libkolab/bin/modcache.sh
@@ -33,7 +33,7 @@ require_once INSTALL_PATH . 'program/include/clisetup.php';
 
 function print_usage()
 {
-	print "Usage:  modcache.sh [OPTIONS] ACTION [USERNAME ARGS ...]\n";
+	print "Usage:  modcache.sh ACTION [OPTIONS] [USERNAME ARGS ...]\n";
 	print "Possible actions are: expunge, clear, prewarm\n";
 	print "-a, --all      Clear/expunge all caches\n";
 	print "-h, --host     IMAP host name\n";




More information about the commits mailing list