summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/co.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rcs/co.c')
-rw-r--r--usr.bin/rcs/co.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c
index f56faaf6c9e..394737761fc 100644
--- a/usr.bin/rcs/co.c
+++ b/usr.bin/rcs/co.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: co.c,v 1.33 2005/11/23 09:05:02 xsa Exp $ */
+/* $OpenBSD: co.c,v 1.34 2005/11/23 09:39:20 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -100,6 +100,9 @@ checkout_main(int argc, char **argv)
}
flags |= CO_STATE;
break;
+ case 'T':
+ flags |= PRESERVETIME;
+ break;
case 'u':
rcs_set_rev(rcs_optarg, &rev);
flags |= CO_UNLOCK;