Changeset 234 for trunk/bin


Ignore:
Timestamp:
Mar 7, 2007 8:27:11 AM (17 years ago)
Author:
quinn
Message:

Q - Changed usage documentation in acl.cli.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/acl.cli.php

    r208 r234  
    227227"anything" since it is at the top of all branches.
    228228
    229 Usage: <?php echo $this_script; ?> <command> [args]
    230 
    231 Where <command> is any of the following (with arguments):
     229Usage: <?php echo $this_script; ?> command [args]
     230
     231Where command is any of the following (with arguments):
    232232   
    233233    initdb
    234234    list [aro | aco | axo | all | perms]
    235     addaro <aro_object> [parent]
    236     addaco <aco_object> [parent]
    237     addaxo <axo_object> [parent]
    238     mvaro <aro_object> [parent]
    239     mvaco <aco_object> [parent]
    240     mvaxo <axo_object> [parent]
    241     rmaro <aro_object>
    242     rmaco <aco_object>
    243     rmaxo <axo_object>
    244     grant <aro_object> [aco_object] [axo_object]
    245     revoke <aro_object> [aco_object] [axo_object]
    246     delete [aro_object] [aco_object] [axo_object]
     235    check aro [aco] [axo]
     236    addaro aro [parent]
     237    addaco aco [parent]
     238    addaxo axo [parent]
     239    mvaro aro [parent]
     240    mvaco aco [parent]
     241    mvaxo axo [parent]
     242    rmaro aro
     243    rmaco aco
     244    rmaxo axo
     245    grant aro [aco] [axo]
     246    revoke aro [aco] [axo]
     247    delete [aro] [aco] [axo]
    247248   
    248249
Note: See TracChangeset for help on using the changeset viewer.