Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/xcvs/dist/src fix the usage message
details: https://anonhg.NetBSD.org/src/rev/798e8e445036
branches: trunk
changeset: 349713:798e8e445036
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 19 17:31:47 2016 +0000
description:
fix the usage message
diffstat:
external/gpl2/xcvs/dist/src/update.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d86331919a5e -r 798e8e445036 external/gpl2/xcvs/dist/src/update.c
--- a/external/gpl2/xcvs/dist/src/update.c Mon Dec 19 16:23:10 2016 +0000
+++ b/external/gpl2/xcvs/dist/src/update.c Mon Dec 19 17:31:47 2016 +0000
@@ -38,7 +38,7 @@
* as well.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: update.c,v 1.9 2016/12/19 04:54:49 christos Exp $");
+__RCSID("$NetBSD: update.c,v 1.10 2016/12/19 17:31:47 christos Exp $");
#include "cvs.h"
#include <assert.h>
@@ -127,12 +127,12 @@
"\t-l\tLocal directory only, no recursion.\n",
"\t-R\tProcess directories recursively.\n",
"\t-p\tSend updates to standard output (avoids stickiness).\n",
+ "\t-t\tPreserve timestamps on update.\n",
"\t-k kopt\tUse RCS kopt -k option on checkout. (is sticky)\n",
"\t-r rev\tUpdate using specified revision/tag (is sticky).\n",
"\t-D date\tSet date to update from (is sticky).\n",
"\t-j rev\tMerge in changes made between current revision and rev.\n",
"\t-I ign\tMore files to ignore (! to reset).\n",
- "\t-t Preserve timestamps on update.\n",
"\t-W spec\tWrappers specification line.\n",
"(Specify the --help global option for a list of other help options)\n",
NULL
Home |
Main Index |
Thread Index |
Old Index