diff options
author | 2008-09-12 14:08:49 +0000 | |
---|---|---|
committer | 2008-09-12 14:08:49 +0000 | |
commit | f2badbeb1318461d5ecf9314c6a2ac4f64611bcf (patch) | |
tree | 77a623d11d65c6399e3f83c8c599c6247f27bb0a /gnu/usr.bin/cvs/src | |
parent | Move the revision selection in front of output, so errors won't mix up (diff) | |
download | wireguard-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.c | 2 |
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", |