diff options
author | 2005-07-26 20:44:19 +0000 | |
---|---|---|
committer | 2005-07-26 20:44:19 +0000 | |
commit | 589d075db6a01cc4be266a8bd30bdc8ee44c58da (patch) | |
tree | 70bc0064923e662770b09340bdc5bd0b59ee2b3c | |
parent | Handle new signal trampoline on i386. (diff) | |
download | wireguard-openbsd-589d075db6a01cc4be266a8bd30bdc8ee44c58da.tar.xz wireguard-openbsd-589d075db6a01cc4be266a8bd30bdc8ee44c58da.zip |
add missing argument for -k. ok xsa@
-rw-r--r-- | usr.bin/cvs/cvs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 0b5426946c7..c28019101bb 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.68 2005/06/09 08:38:03 joris Exp $ +.\" $OpenBSD: cvs.1,v 1.69 2005/07/26 20:44:19 moritz Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -290,7 +290,7 @@ Set the default branch to .Ar branch . .It Fl I Command is interactive. -.It Fl k +.It Fl k Ar mode Specify the keyword substitution mode. .It Fl m Ar rev : Ns Ar msg Change the log message of a revision. |