From: Andre Prendel <andre_prendel@gmx.de>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 2/8] sensord: Fix help string
Date: Tue, 21 Apr 2009 07:36:14 +0000 [thread overview]
Message-ID: <20090421073614.GB4846@ubuntu> (raw)
In-Reply-To: <20090406075637.GC4734@ubuntu>
On Sun, Apr 19, 2009 at 09:32:36AM +0200, Jean Delvare wrote:
> Hi Andre,
>
> On Mon, 6 Apr 2009 09:56:37 +0200, Andre Prendel wrote:
> > Break long lines in the help string.
> > ---
> >
> > args.c | 44 +++++++++++++++++++++++++++++++-------------
> > 1 file changed, 31 insertions(+), 13 deletions(-)
> >
> > --- quilt-sensors.orig/prog/sensord/args.c 2009-03-16 22:55:22.000000000 +0100
> > +++ quilt-sensors/prog/sensord/args.c 2009-03-16 23:03:45.000000000 +0100
> > @@ -101,31 +101,49 @@
> > }
> >
> > static const char *daemonSyntax > > - " -i, --interval <time> -- interval between scanning alarms (default 60s)\n"
> > - " -l, --log-interval <time> -- interval between logging sensors (default 30m)\n"
> > - " -t, --rrd-interval <time> -- interval between updating RRD file (default 5m)\n"
> > + " -i, --interval <time> -- interval between scanning alarms"
> > + "(default 60s)\n"
> > +
> > + " -l, --log-interval <time> -- interval between logging sensors"
> > + "(default 30m)\n"
> > +
> > + " -t, --rrd-interval <time> -- interval between updating RRD file"
> > + "(default 5m)\n"
> > +
> > " -T, --rrd-no-average -- switch RRD in non-average mode\n"
> > " -r, --rrd-file <file> -- RRD file (default <none>)\n"
> > " -c, --config-file <file> -- configuration file\n"
> > - " -p, --pid-file <file> -- PID file (default /var/run/sensord.pid)\n"
> > - " -f, --syslog-facility <f> -- syslog facility to use (default local4)\n"
> > + " -p, --pid-file <file> -- PID file"
> > + "(default /var/run/sensord.pid)\n"
> > +
> > + " -f, --syslog-facility <f> -- syslog facility to use"
> > + "(default local4)\n"
> > +
> > " -g, --rrd-cgi <img-dir> -- output an RRD CGI script and exit\n"
> > " -a, --load-average -- include load average in RRD file\n"
> > " -d, --debug -- display some debug information\n"
> > " -v, --version -- display version and exit\n"
> > " -h, --help -- display help and exit\n"
> > "\n"
> > +
> > "Specify a value of 0 for any interval to disable that operation;\n"
> > "for example, specify --log-interval 0 to only scan for alarms."
> > "\n"
> > - "Specify the filename `-' to read the config file from stdin.\n"
> > - "\n"
> > - "If no chips are specified, all chip info will be printed.\n"
> > - "\n"
> > - "If unspecified, no RRD (round robin database) is used. If specified and the\n"
> > - "file does not exist, it will be created. For RRD updates to be successful,\n"
> > - "the RRD file configuration must EXACTLY match the sensors that are used. If\n"
> > - "your configuration changes, delete the old RRD file and restart sensord.\n";
> > +
> > + "Specify the filename `-' to read the config file from stdin.\n\n"
> > + "If no chips are specified, all chip info will be printed.\n\n"
> > +
> > + "If unspecified, no RRD (round robin database) is used."
> > + " If specified and the\n"
> > +
> > + "file does not exist, it will be created. For RRD updates to be"
> > + " successful,\n"
> > +
> > + "the RRD file configuration must EXACTLY match the sensors that are"
> > + " used. If\n"
> > +
> > + "your configuration changes, delete the old RRD file and restart"
> > + " sensord.\n";
> >
> > static const char *daemonShortOptions = "i:l:t:Tf:r:c:p:advhg:";
> >
>
> This is one of the rare cases where I actually prefer having lines
> longer than 80 columns than breaking them. Breaking them makes the help
> text much harder to read, and it also makes it hard to make sure that
> the output itself will fit in 80 columns.
>
> If you are really unhappy about the long lines then I'd rather drop
> indentation for this long string than break the long lines.
>
I can live very well without that patch :) So I will drop it in v2.
Andre
> --
> Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2009-04-21 7:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 7:56 [lm-sensors] [PATCH 2/8] sensord: Fix help string Andre Prendel
2009-04-19 7:32 ` Jean Delvare
2009-04-21 7:36 ` Andre Prendel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090421073614.GB4846@ubuntu \
--to=andre_prendel@gmx.de \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.