- Timestamp:
- 10/05/2009 00:17:53 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
confman.8.in (modified) (1 diff)
-
confmandoc.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.8.in
r451 r453 156 156 your working copy. This change will also be committed to the repository 157 157 at the same time. 158 .It Cm rmmod Ar module 159 Delete the specified158 .It Cm rmmod Ar module [ Ar module Ar ... ] 159 Delete the modules corresponding to the specified 160 160 .Ar module 161 from your working copy. Follow this action with a revert or commit operation. 161 arguments from your working copy. Follow this action with a revert or 162 commit operation. 162 163 .It Cm rename Ar oldmodule newmodule 163 164 Rename -
trunk/confmandoc.sh
r451 r453 42 42 $MYNAME log [ working_copy ] 43 43 $MYNAME create module [ module ... ] 44 $MYNAME rmmod module 44 $MYNAME rmmod module [ module ... ] 45 45 $MYNAME rename oldmodule newmodule 46 46 $MYNAME import module livefile … … 114 114 115 115 Usage: 116 $MYNAME rmmod module 117 This command will delete the specified module from your working copy. Use with 118 care. 116 $MYNAME rmmod [ module ... ] 117 118 Delete the modules corresponding to the specified module argu- 119 ments from your working copy. Follow this action with a revert or 120 commit operation. 121 119 122 EOF 120 123 ;;
Note: See TracChangeset
for help on using the changeset viewer.
