fix print_usage() argument order
This commit is contained in:
parent
ac96c929dd
commit
91648d77a0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue