diff options
author | 2005-06-01 09:12:05 +0000 | |
---|---|---|
committer | 2005-06-01 09:12:05 +0000 | |
commit | 9ce007b2c11d1cc54163408749769c42caef2b90 (patch) | |
tree | 28058b51318fced50db9a9e8f420f154b3bb5c3e | |
parent | no need for both $Id$ and $OpenBSD$ (diff) | |
download | wireguard-openbsd-9ce007b2c11d1cc54163408749769c42caef2b90.tar.xz wireguard-openbsd-9ce007b2c11d1cc54163408749769c42caef2b90.zip |
document cvs -n option; help/ok jmc@, ok joris@.
-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 455ed1d1565..3bd4b455395 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.66 2005/05/24 04:12:25 jfb Exp $ +.\" $OpenBSD: cvs.1,v 1.67 2005/06/01 09:12:05 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -84,6 +84,10 @@ This option overrides the environment variables CVSEDITOR, VISUAL, and EDITOR. Do not read the user's configuration file on startup. .It Fl l Suppress logging of history information. +.It Fl n +Dry-run mode. +Show which files will be used by the command issued +without really running it. .It Fl Q Be extra quiet. Only error messages will be displayed. |