diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-01-07 13:33:05 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-01-07 13:33:05 +0000 |
commit | 7d98d7a8f4a249310c73cd8056898c22d0f1d150 (patch) | |
tree | ef54e07f413cfb2ad6b0e78093d65900378c09e5 /usr.bin | |
parent | 4811a811d8eb224e0204305088e2f4c4524b5c53 (diff) |
make the output when interrupting writing the log message consistent.
ok joris@
commiting with opencvs now btw :)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/logmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/logmsg.c b/usr.bin/cvs/logmsg.c index 6b02f359eea..03e2e5796fc 100644 --- a/usr.bin/cvs/logmsg.c +++ b/usr.bin/cvs/logmsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: logmsg.c,v 1.31 2007/01/07 02:47:57 joris Exp $ */ +/* $OpenBSD: logmsg.c,v 1.32 2007/01/07 13:33:04 jasper Exp $ */ /* * Copyright (c) 2007 Joris Vink <joris@openbsd.org> * @@ -167,7 +167,7 @@ cvs_logmsg_create(struct cvs_flisthead *added, struct cvs_flisthead *removed, } printf("\nLog message unchanged or not specified\n" - "a)bort, c)ontinue, e(dit)\nAction: (continue) "); + "a)bort, c)ontinue, e)dit\nAction: (continue) "); (void)fflush(stdout); c = getc(stdin); |