Ignore:
Timestamp:
Jun 6, 2006 3:19:17 AM (18 years ago)
Author:
scdev
Message:

Q - Changed one more SessionCache? -> Cache, small bug fixt to Prefs, added operation help to modulemaker scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/list_template.cli.php

    r136 r151  
    1616    $db_tbl = $_SERVER['argv'][2];
    1717} else {
    18     die(sprintf("Usage: %s site_directory db_table [operation]\n", basename($_SERVER['argv'][0])));
     18    die(sprintf("Usage: %s site_directory db_table [operation]\nValid operations include: %s", basename($_SERVER['argv'][0]), join(', ', $valid_ops)));
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.