diff options
author | 2005-11-03 15:43:11 +0000 | |
---|---|---|
committer | 2005-11-03 15:43:11 +0000 | |
commit | 923fbe17b9bf9f885911924fd658c67b92ce05d8 (patch) | |
tree | bde82d468df61598eef728575ad0ee22803f96b3 | |
parent | - sync checkout_usage(); (diff) | |
download | wireguard-openbsd-923fbe17b9bf9f885911924fd658c67b92ce05d8.tar.xz wireguard-openbsd-923fbe17b9bf9f885911924fd658c67b92ce05d8.zip |
- document `-M' option properly.
-rw-r--r-- | usr.bin/rcs/co.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index 581dfd1a074..799ed6bdec8 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.9 2005/11/01 18:58:34 niallo Exp $ +.\" $OpenBSD: co.1,v 1.10 2005/11/03 15:43:11 niallo Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -23,11 +23,12 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl fIMqV +.Op Fl fIqV .Op Ar rev .Op Fl d Ns Ar date .Op Fl k Ns Ar mode .Op Fl l Ns Op Ar rev +.Op Fl M Ns Op Ar rev .Op Fl m Ns Ar msg .Op Fl p Ns Op Ar rev .Op Fl r Ns Op Ar rev @@ -57,7 +58,7 @@ Specify the keyword substitution mode. The same as .Fl r , but also locks the revision. -.It Fl M +.It Fl M Ns Op Ar rev Set the modification time of the file to the date of the retrieved revision. .It Fl m Ns Ar msg |