diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-01 09:12:06 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-01 09:12:06 +0000 |
commit | 4133921d9cc2366c93bd85d97ca99eeabb27811b (patch) | |
tree | 1092826188558c0656cf8e9b512e0ccae96e1c6b /usr.bin | |
parent | 36ffd93d8a0627d346b599d601903e0d4fb7dc18 (diff) |
document cvs -n option; help/ok jmc@, ok joris@.
Diffstat (limited to 'usr.bin')
-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. |