avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] [RFC] New usage text


From: E. Weddington
Subject: Re: [avrdude-dev] [RFC] New usage text
Date: Fri, 21 Feb 2003 14:20:03 -0700

On 21 Feb 2003 at 16:14, Brian Dean wrote:

> On Fri, Feb 21, 2003 at 01:29:37PM -0700, E. Weddington wrote:
> 
> >  void usage(void)
> >  {
> > -  fprintf(stderr,
> > -          "\nUsage: %s -p partno [-e] [-E exitspec[,exitspec]] [-f
> > format] " -          "[-F]\n" -          "      %s[-i filename] [-m
> > memtype] [-o filename] [-P port] " -          "[-t]\n" -          " 
> >     %s[-c programmer] [-C config-file] [-v [-v]] [-n]\n\n", -       
> >   progname, progbuf, progbuf); -
> > +   printf(
> > +           "Usage: %s [options]\n"
> 
> I hate to broach this topic, especially since I know that everyone has
> their own preferred formatting style, etc.  But I respectfully ask
> that we keep the original style with regard to indentation, etc. Also,
> I try to keep lines under 80 characters if possible as well.
> 
> If we don't, then over time the code is going to look rather odd with
> several different levels of indentation, etc, and ultimately be harder
> to read than if we use one consistant style.
> 

As to the 80 chs, does CVS translate tabs? I just checked and I 
believe I've got my editor set to use tabs. Sorry for the 
inconvenience.

Eric




reply via email to

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