diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-03 22:29:08 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-03 22:29:08 +0000 |
commit | a3d25c7be83454a7904420b003d5fda2ec877d39 (patch) | |
tree | 31fc7a8bce55b00ead3dbe677233069fe29512fd | |
parent | 53d20c1007bcc2747bf192e55b1f47eb9f58aa29 (diff) |
add `release' command aliases;
-rw-r--r-- | usr.bin/cvs/cvs.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index cd6fec9d651..6a5a94e9b45 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.39 2005/02/03 22:10:14 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.40 2005/02/03 22:29:07 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -599,6 +599,10 @@ command. A more recent version of the file does exist but it is not locally up to date. .El +.Pp +Aliases: +.Ic re , +.Ic rel . .It Xo Ic remove .Op Fl flR .Op Ar file ... |