=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/cvs/cvs.c 2004/12/06 21:03:12 1.15 --- src/usr.bin/cvs/cvs.c 2004/12/06 21:58:31 1.16 *************** *** 1,4 **** ! /* $OpenBSD: cvs.c,v 1.15 2004/12/06 21:03:12 deraadt Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.c,v 1.16 2004/12/06 21:58:31 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 230,242 **** "Server mode", }, { ! CVS_OP_STATUS, "status", {}, cvs_status, "", "", "Display status information on checked out files", }, { ! CVS_OP_TAG, "tag", { "ta", }, NULL, "", "", "Add a symbolic tag to checked out version of files", --- 230,242 ---- "Server mode", }, { ! CVS_OP_STATUS, "status", { "st", "stat" }, cvs_status, "", "", "Display status information on checked out files", }, { ! CVS_OP_TAG, "tag", { "ta", "freeze" }, NULL, "", "", "Add a symbolic tag to checked out version of files", *************** *** 248,260 **** "Undo an edit command", }, { ! CVS_OP_UPDATE, "update", {}, cvs_update, "", "", "Bring work tree in sync with repository", }, { ! CVS_OP_VERSION, "version", {}, cvs_version, "", "", "Show current CVS version(s)", }, --- 248,260 ---- "Undo an edit command", }, { ! CVS_OP_UPDATE, "update", { "up", "upd" }, cvs_update, "", "", "Bring work tree in sync with repository", }, { ! CVS_OP_VERSION, "version", { "ve", "ver" }, cvs_version, "", "", "Show current CVS version(s)", },