=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/cvs/remove.c 2005/07/25 12:13:08 1.26 --- src/usr.bin/cvs/remove.c 2005/07/25 20:15:35 1.27 *************** *** 1,4 **** ! /* $OpenBSD: remove.c,v 1.26 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria --- 1,4 ---- ! /* $OpenBSD: remove.c,v 1.27 2005/07/25 20:15:35 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria *************** *** 200,206 **** if (verbosity > 0) cvs_log(LP_INFO, "use '%s commit' to remove %s " "permanently", __progname, ! (removed == 1) ? "file file" : "these files"); return (0); } --- 200,206 ---- if (verbosity > 0) cvs_log(LP_INFO, "use '%s commit' to remove %s " "permanently", __progname, ! (removed == 1) ? "this file" : "these files"); return (0); }