Changeset 44 for confman/confman


Ignore:
Timestamp:
03/29/2006 16:36:44 (6 years ago)
Author:
ccowart
Message:

Updated some usage statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r42 r44  
    9090 
    9191Usage: 
    92   $MYNAME [ setup | s ] 
     92  $MYNAME setup 
    9393 
    9494The setup command is intended to be run the first time you use $MYNAME. 
     
    103103 
    104104Usage: 
    105   $MYNAME [ create | cr ] module 
     105  $MYNAME create module 
    106106 
    107107The create command will cause a new module, named module, to appear as a 
     
    128128 
    129129Usage: 
    130   $MYNAME [ update | u ] 
     130  $MYNAME update 
    131131 
    132132The update command will update your working copy of all the modules 
     
    211211 
    212212The import subcommand adds the specified file to your working copy of the 
    213 repository. You should specify the absolute filename, relative to /.  
     213repository.  
    214214 
    215215EOF 
     
    221221 
    222222Usage: 
    223   $MYNAME [ remove | re | rm ] module file 
    224  
    225 The remove subcommand removes a file from version control under the listed 
    226 module. It will NOT remove the file from the live filesystem. It will  
    227 immediately commit the change to the repository. 
     223  $MYNAME rm file 
     224 
     225The remove subcommand removes a file from version control It will NOT remove  
     226the file from the live filesystem.  
    228227 
    229228EOF 
     
    235234 
    236235Usage: 
    237   $MYNAME mkdir module directory [ mode ] 
    238  
    239 This command will create a new version-controlled directory in module. 
    240 Specify the directory relative to the live file-systems root:  
    241 "/usr/local/etc". Parent directories do not have to exist; they will be  
    242 created automagically. This command only affects your working copy. It does  
    243 not commit the change. 
     236  $MYNAME mkdir directory  
     237 
     238This command will create a new version-controlled directory in your working 
     239copy.  Parent directories do not have to exist; they will be created  
     240automagically. This command only affects your working copy. It does not commit  
     241the change. 
    244242 
    245243EOF 
     
    265263 
    266264Usage: 
    267   $MYNAME chown module [ file | directory ] owner 
    268  
    269 The chown subcommand takes a directory and an owner relative to the system 
    270 root and changes ownership. 
     265  $MYNAME chown [ -R ] owner [ file | directory ]  
     266 
     267The chown command works like it's unix equivalent. It does not support 
     268user:group notation. The only option it will take is -R for recursive. 
    271269 
    272270EOF 
     
    278276 
    279277Usage: 
    280   $MYNAME chgrp module [ file | directory ] group 
    281  
    282 The chgrp subcommand takes a directory and an group relative to the system 
    283 root and changes ownership. 
     278  $MYNAME chgrp group [ file | directory ]  
     279 
     280The chgrp command works like it's unix equivalent. The only option it will take 
     281is -R for recursive. 
    284282 
    285283EOF 
     
    291289 
    292290Usage: 
    293   $MYNAME chmod module [ file | directory ] mode 
    294  
    295 The chmod subcommand takes a directory and an mode relative to the system 
    296 root and changes ownership. 
     291  $MYNAME chmod mode [ file | directory ]  
     292 
     293The chmod command works like it's unix equivalent. Note that it will only 
     294accept octets as permissions -- it will not interpret symbolic permissions 
     295correctly. The only option it will take is -R for recursive. 
    297296 
    298297EOF 
     
    304303 
    305304Usage: 
    306   $MYNAME chcom module [ file | directory ] comment-character 
     305  $MYNAME chcom comment-character [ file | directory ]  
    307306 
    308307The chcom subcommand takes a file or directory as an argument and changes the 
     
    318317 
    319318Usage: 
    320   $MYNAME [ checklook | chlk | chls | checklist ] module 
     319  $MYNAME checklook module 
    321320 
    322321The checklook command peeks into the checkpoints for the specified module 
     
    332331 
    333332Usage: 
    334   $MYNAME [ checknew | chnw ] module name 
     333  $MYNAME checknew module name 
    335334 
    336335The newcheck command creates a named checkpoint for the specified module. 
     
    345344 
    346345Usage: 
    347   $MYNAME [ checkclear | chcl | chrm ] module name 
     346  $MYNAME checkclear module name 
    348347 
    349348The rmcheck command clears a named checkpoint from the specified module.  
     
    358357 
    359358Usage: 
    360   $MYNAME [ rollback | ro ] module [ checkpoint | YYYYMMDD [HHMM] ] 
     359  $MYNAME rollback module [ checkpoint | YYYYMMDD [HHMM] ] 
    361360 
    362361The rollback command first rolls your working copy of module back to the 
Note: See TracChangeset for help on using the changeset viewer.