[PATCH 2/8] sensord: Fix help string

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

 



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.

-- 
Jean Delvare



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux