info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small bug in CVS source


From: Jerzy Kaczorowski
Subject: Small bug in CVS source
Date: Wed, 18 Apr 2001 21:24:10 +0800

Hi,

We've recently received a bug report [number 470] on the cvsgui project that
seems to be originating from CVS source, so I thought I will CC it here:

>>The new function 'C' is missing from source/update.c, should be:

static const char *const update_usage[] =
{
    "Usage: %s %s [-APCdflRp] [-k kopt] [-r rev|-D date] [-j rev]\n",
 //gt -
added 'C'

<<

I verified that file update.c in the src/update.c (rev 1.194) looks:

static const char *const update_usage[] =
{
    "Usage: %s %s [-APdflRp] [-k kopt] [-r rev] [-D date] [-j rev]\n",
    "    [-I ign] [-W spec] [files...]\n",
    "\t-A\tReset any sticky tags/date/kopts.\n",
    "\t-P\tPrune empty directories.\n",
    "\t-C\tOverwrite locally modified files with clean repository
copies.\n",
<...>

And apparently the "C" is missing, it's supposed to go: APCd(.....)
according to the following it detailed description.

The reference link:
http://devnet.3d.com/bugzilla/show_bug.cgi?id=470

Best Regards,
Jerzy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]