diff options
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index bd8bd9b1350..b28543b1f81 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.6 2005/10/19 16:15:36 xsa Exp $ +.\" $OpenBSD: rcsclean.1,v 1.7 2005/10/29 09:32:13 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl nqV +.Op Fl nquV .Op Fl k Ns Ar mode .Op Fl r Ns Ar rev .Ar file ... @@ -46,6 +46,8 @@ will show you what it would normally do without doing it. Be quiet about reporting. .It Fl r Ns Ar rev Specify the revision for comparison. +.It Fl u +Unlock the revision if it's not locked and has not been changed. .It Fl V Print RCS's version number. .El |