Changeset 481 for branches/confman-1.9/confmandoc.sh
- Timestamp:
- 11/11/2009 14:09:39 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confmandoc.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
- Property svn:mergeinfo changed
/trunk merged: 462,464,469
- Property svn:mergeinfo changed
-
branches/confman-1.9/confmandoc.sh
r459 r481 224 224 225 225 Usage: 226 $MYNAME commit226 $MYNAME commit [ -F filename | -m message ] 227 227 228 228 The commit command causes your changes to take effect. This means that … … 238 238 ORDER OF APPEARANCE. 239 239 240 If -F or -m are used, the log message will be read from the filename or 241 the commandline, respectively, instead of prompting the user. 242 240 243 EOF 241 244 ;; … … 257 260 258 261 Usage: 259 $MYNAME install workingfile [ workingfile ...]262 $MYNAME install [-F filename | -m message] workingfile [workingfile [...]] 260 263 261 264 The install subcommand allows you to roll out a single file from your working 262 265 copy. 266 267 If -F or -m are used, the log message will be read from the filename or 268 the commandline, respectively, instead of prompting the user. 263 269 264 270 EOF … … 495 501 Usage: 496 502 $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 498 505 499 506 The recipe command provides an interface to manage confman recipes.
Note: See TracChangeset
for help on using the changeset viewer.
