25 lines
938 B
Plaintext
25 lines
938 B
Plaintext
$OpenBSD: patch-base_src_help_rm_help,v 1.1 2002/08/28 22:23:29 todd Exp $
|
|
--- base/src/help/rm.help.orig Mon Jul 29 22:48:40 2002
|
|
+++ base/src/help/rm.help Wed Aug 28 14:26:40 2002
|
|
@@ -37,14 +37,13 @@
|
|
@C POSSIBILITY OF SUCH DAMAGE.
|
|
@C
|
|
@C
|
|
-@b{remove file} @i{[file}}+
|
|
+@b{rm} @i{[file]}+
|
|
|
|
-Remove one or more files from an existing project. User's workspace
|
|
-specifies current (working) branch and this command must be executed
|
|
-within that workspace.
|
|
+Remove one or more files from an existing project. User's workspace specifies
|
|
+current (working) branch and this command must be executed within that
|
|
+workspace.
|
|
|
|
-Permanent changes don't take effect until the execution of the
|
|
-@i{commit} command. To undo any additions, use the @i{ revert}
|
|
-command.
|
|
+Permanent changes don't take effect until the execution of the @i{commit}
|
|
+command. To undo any additions, use the @i{revert} command.
|
|
|
|
See also: @b{commit}, @b{add file}
|