From 311951282a15eb0fe5d2652882140daadf016691 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Sun, 27 May 2007 03:35:12 +0000 Subject: Mention -x flag (for compatibility only). From Tobias Stoeckmann. Input and OK jmc@ --- usr.bin/cvs/cvs.1 | 6 ++++-- usr.bin/cvs/cvs.c | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/cvs') diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 721ec137f18..3e588174449 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.110 2007/05/22 16:47:22 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.111 2007/05/27 03:35:11 ray Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004-2007 Xavier Santolaria @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl flnQqRrtVvw +.Op Fl flnQqRrtVvwx .Op Fl d Ar root .Op Fl e Ar editor .Xo @@ -146,6 +146,8 @@ This is the default unless is set or the .Fl r option is specified. +.It Fl x +This flag is for compatibility only. .It Fl z Ar level Specify the compression level to .Xr gzip 1 diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index e73544d5f15..02edf92923e 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.125 2007/05/27 00:46:31 ray Exp $ */ +/* $OpenBSD: cvs.c,v 1.126 2007/05/27 03:35:11 ray Exp $ */ /* * Copyright (c) 2006, 2007 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau @@ -118,7 +118,7 @@ __dead void usage(void) { (void)fprintf(stderr, - "usage: %s [-flnQqRrtVvw] [-d root] [-e editor] [-s var=val]\n" + "usage: %s [-flnQqRrtVvwx] [-d root] [-e editor] [-s var=val]\n" " [-T tmpdir] [-z level] command [...]\n", __progname); exit(1); } -- cgit v1.2.3