Ignore:
Timestamp:
11/11/2009 14:09:39 (3 years ago)
Author:
ccowart
Message:

Merging improved recipe creation and editing from trunk.

Resolves #83, #84

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

  • branches/confman-1.9/confmandoc.sh

    r459 r481  
    224224 
    225225Usage: 
    226   $MYNAME commit 
     226    $MYNAME commit [ -F filename | -m message ] 
    227227 
    228228The commit command causes your changes to take effect. This means that 
     
    238238ORDER OF APPEARANCE. 
    239239 
     240If -F or -m are used, the log message will be read from the filename or 
     241the commandline, respectively, instead of prompting the user. 
     242 
    240243EOF 
    241244;; 
     
    257260 
    258261Usage: 
    259   $MYNAME install workingfile [ workingfile ... ] 
     262    $MYNAME install [-F filename | -m message] workingfile [workingfile [...]] 
    260263 
    261264The install subcommand allows you to roll out a single file from your working 
    262265copy. 
     266 
     267If -F or -m are used, the log message will be read from the filename or 
     268the commandline, respectively, instead of prompting the user. 
    263269 
    264270EOF 
     
    495501Usage: 
    496502  $MYNAME recipe [ get | list ] 
    497   $MYNAME recipe [ create | edit | print | remove | set ] recipe_name 
     503  $MYNAME recipe set recipe_name 
     504  $MYNAME recipe [ create | edit | remove ] [ -F file | -m msg ] recipe_name 
    498505 
    499506The recipe command provides an interface to manage confman recipes. 
Note: See TracChangeset for help on using the changeset viewer.