From owner-cvs-user Mon Sep 30 17:52:07 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA25581 for cvs-user-outgoing; Mon, 30 Sep 1996 17:52:07 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA25147; Mon, 30 Sep 1996 17:51:39 -0700 (PDT) Date: Mon, 30 Sep 1996 17:51:39 -0700 (PDT) From: John Polstra Message-Id: <199610010051.RAA25147@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cvs/src main.c mkmodules.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/30 17:51:36 Modified: contrib/cvs/src main.c mkmodules.c Log: Fix a bug in the "cvs init" command. It ignored the global "-H" option. I.e., "cvs -H init" went ahead and initialized the repository, and did not print out a usage message. Not nice. Also added the "init" command to the list that comes out when you type "cvs --help-commands". There is still not a word about it in the manual page. Yes, I am sending these fixes to the FSF. Revision Changes Path 1.2 +1 -0 src/contrib/cvs/src/main.c 1.2 +1 -1 src/contrib/cvs/src/mkmodules.c