=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.134 retrieving revision 1.135 diff -c -r1.134 -r1.135 *** src/usr.bin/cvs/update.c 2008/03/01 22:35:44 1.134 --- src/usr.bin/cvs/update.c 2008/03/02 19:05:34 1.135 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.134 2008/03/01 22:35:44 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.135 2008/03/02 19:05:34 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 91,97 **** if (RCS_KWEXP_INVAL(kflag)) { cvs_log(LP_ERR, "invalid RCS keyword expension mode"); ! fatal("%s", cvs_cmd_add.cmd_synopsis); } break; case 'l': --- 91,97 ---- if (RCS_KWEXP_INVAL(kflag)) { cvs_log(LP_ERR, "invalid RCS keyword expension mode"); ! fatal("%s", cvs_cmd_update.cmd_synopsis); } break; case 'l':