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 3835ea73cf3..67c0f642258 100644
--- a/usr.bin/rcs/co.c
+++ b/usr.bin/rcs/co.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: co.c,v 1.57 2006/03/06 13:49:24 xsa Exp $ */
+/* $OpenBSD: co.c,v 1.58 2006/03/06 14:03:33 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -176,6 +176,9 @@ checkout_main(int argc, char **argv)
continue;
}
+ if (verbose == 1)
+ printf("done\n");
+
rcs_close(file);
if (flags & PRESERVETIME)