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/module.cli.php

    r143 r151  
    1818    die(basename($_SERVER['argv'][0]) . " Error: invalid arguments. Try like this:
    1919
    20     " . basename($_SERVER['argv'][0]) . " site_directory name_singular name_plural [clean]
     20    " . basename($_SERVER['argv'][0]) . " site_directory name_singular name_plural [operation]
     21   
     22Valid operations include: " . join(', ', $valid_ops) . "
    2123
    2224The following files will be generated by this script:
Note: See TracChangeset for help on using the changeset viewer.