Changeset 464 for trunk/confman.8.in


Ignore:
Timestamp:
10/12/2009 20:15:29 (3 years ago)
Author:
ccowart
Message:

I've significantly improved the new log message handling features.

The -m/-F now are expected in the more intuitive placement of after the
command they modify (just like svn).

They were also adopted to the recipe create, edit, and remove commands with
their new placement.

See #83, #84

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.8.in

    r463 r464  
    9797.El 
    9898.Ss FLAGS 
     99.Bl -tag -width "FLAGS " 
     100.It Global flags 
    99101The following flags can be specified before the commands: 
    100102.Bl -tag -width indent 
     
    107109.Nm 
    108110to print the version string and exit. 
     111.El 
     112.It Log flags 
     113The following flags can be used where 
     114.Ar log_flags 
     115appears in the usage statements (See 
     116.Sx COMMANDS ) : 
     117.Bl -tag -width indent 
    109118.It Fl m Ar message 
    110119The string in the 
     
    121130.Ar filename 
    122131instead of the command line. 
     132.El 
    123133.El 
    124134.Ss COMMANDS 
     
    150160that will cause the latest repository revision to be reflected in your working 
    151161copy.  command does not alter the repository or the system. 
    152 .It Cm commit 
     162.It Cm commit Oo log_flags Oc 
    153163The commit command causes your changes to take effect.  
    154164.Bl -bullet 
     
    196206working copy of 
    197207.Ar module . 
    198 .It Cm install Ar 
     208.It Cm install Oo Ar log_flags Oc Ar 
    199209Roll out the specified working files and directories to the live filesystem. 
    200210Note that recipe ordering will be respected, so using install in a low-priority 
    201211module will still cause the highest priority module's copy of the file to 
    202212ultimately be installed. 
    203 .It Cm status [ Ar working_copy ] 
     213.It Cm status Oo Ar working_copy Oc 
    204214Look at the status entries for the file or directory specified by  
    205215.Ar working_copy . 
     
    208218.It Cm recipe  
    209219.Brq Cm get | list 
    210 .It Cm recipe create Oo Fl R Ar filename Oc Ar recipe 
     220.It Cm recipe create Oo Fl R Ar filename Oc Oo Ar log_flags Oc Ar recipe 
    211221.It Cm recipe print Oo Ar recipe Oc 
    212 .It Cm recipe Bro Cm edit | remove | set Brc Ar recipe  
     222.It Cm recipe Bro Cm edit | remove Brc Oo Ar log_flags Oc Ar recipe  
     223.It Cm recipe set Ar recipe 
    213224.Bl -tag -width indent 
    214225.It Cm create 
Note: See TracChangeset for help on using the changeset viewer.