Ignore:
Timestamp:
11/11/2009 14:15:28 (3 years ago)
Author:
ccowart
Message:

Merging support for recipe print with no arguments from trunk.

Resolves #85

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 463
  • branches/confman-1.9/confmandoc.sh

    r481 r482  
    501501Usage: 
    502502  $MYNAME recipe [ get | list ] 
     503  $MYNAME recipe print [ recipe_name ] 
    503504  $MYNAME recipe set recipe_name 
    504505  $MYNAME recipe [ create | edit | remove ] [ -F file | -m msg ] recipe_name 
     
    508509    create      Create a recipe with the given name 
    509510    edit        Edit a recipe with the given name 
    510     get         Print the host's recipe 
     511    get         List the host's recipe 
    511512    list        List all recipes 
    512     print       Print the given recipe 
     513    print       Print the given recipe (defaults to this host's recipe) 
    513514    remove      Delete a recipe with the given name 
    514515    set         Set the host's recipe to the given name 
Note: See TracChangeset for help on using the changeset viewer.