=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/history.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/cvs/history.c 2007/08/09 05:56:44 1.33 --- src/usr.bin/cvs/history.c 2007/09/10 10:56:37 1.34 *************** *** 1,4 **** ! /* $OpenBSD: history.c,v 1.33 2007/08/09 05:56:44 ray Exp $ */ /* * Copyright (c) 2007 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: history.c,v 1.34 2007/09/10 10:56:37 tobias Exp $ */ /* * Copyright (c) 2007 Joris Vink * *************** *** 32,38 **** struct cvs_cmd cvs_cmd_history = { CVS_OP_HISTORY, 0, "history", { "hi", "his" }, /* omghi2you */ ! "Display the history of actions done in the base repository", "[-ac]", "ac", NULL, --- 32,38 ---- struct cvs_cmd cvs_cmd_history = { CVS_OP_HISTORY, 0, "history", { "hi", "his" }, /* omghi2you */ ! "Display history of actions done in the base repository", "[-ac]", "ac", NULL,