summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/src
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-09-12 14:08:49 +0000
committertobias <tobias@openbsd.org>2008-09-12 14:08:49 +0000
commitf2badbeb1318461d5ecf9314c6a2ac4f64611bcf (patch)
tree77a623d11d65c6399e3f83c8c599c6247f27bb0a /gnu/usr.bin/cvs/src
parentMove the revision selection in front of output, so errors won't mix up (diff)
downloadwireguard-openbsd-f2badbeb1318461d5ecf9314c6a2ac4f64611bcf.tar.xz
wireguard-openbsd-f2badbeb1318461d5ecf9314c6a2ac4f64611bcf.zip
Typo in description for log -r fixed.
ok joris@
Diffstat (limited to 'gnu/usr.bin/cvs/src')
-rw-r--r--gnu/usr.bin/cvs/src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/log.c b/gnu/usr.bin/cvs/src/log.c
index 1930ae54993..096b229ab44 100644
--- a/gnu/usr.bin/cvs/src/log.c
+++ b/gnu/usr.bin/cvs/src/log.c
@@ -151,7 +151,7 @@ static const char *const log_usage[] =
"\t-t\tOnly print header and descriptive text.\n",
"\t-N\tDo not list tags.\n",
"\t-b\tOnly list revisions on the default branch.\n",
- "\t-r[revisions]\tSpecify revision(s)s to list.\n",
+ "\t-r[revisions]\tSpecify revision(s) to list.\n",
"\t rev1:rev2 Between rev1 and rev2, including rev1 and rev2.\n",
"\t rev1::rev2 Between rev1 and rev2, excluding rev1 and rev2.\n",
"\t rev: rev and following revisions on the same branch.\n",