diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-22 20:58:53 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-22 20:58:53 +0000 |
commit | 483081f6b95aaf6481d6f1c8e638433a6b2c95cc (patch) | |
tree | 2d56e6ab73a31e6d8d9ef326b118182ae4cab446 | |
parent | a6a3c186972ed59fcdb23afe3b66c520dddcecf2 (diff) |
basic documentation of the `cvs remove' command;
help and ok jmc@
-rw-r--r-- | usr.bin/cvs/cvs.1 | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index f4b80e0a428..c5b7229a570 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.17 2004/12/22 00:38:25 david Exp $ +.\" $OpenBSD: cvs.1,v 1.18 2004/12/22 20:58:52 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -222,8 +222,24 @@ Create format diffs between releases. .It Ic release Indicate that a module is no longer in use. -.It Ic remove -Remove an entry from the repository. +.It Xo Ic remove +.Op Fl flR +.Op Ar file ... +.Xc +The +.Ic remove +command is used to inform +.Nm +that +.Ar file +is scheduled to be removed from the repository. +Files are not actually removed from the repository until the +.Ic commit +command has been run subsequently. +.Pp +Aliases: +.Ic delete , +.Ic rm . .It Ic rlog Print out history information for a module. .It Ic rtag |