File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ hdapsd \- park the drive in case of an emergency
1111.SS "Additional options:"
1212.TP
1313\fB \- s \fR \fB \-\- sensitivity= \fR\fI <sensitivity> \fR
14- How sensitive should we be to movements?
14+ How sensitive should we be to movements.
1515Defaults to 15, higher values mean less sensitive.
1616.TP
1717\fB \- a \fR \fB \-\- adaptive \fR
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ void usage()
331331 printf (" to protect multiple devices.\n" );
332332 printf ("\n" );
333333 printf ("Additional options:\n" );
334- printf (" -s --sensitivity=<sensitivity> How sensitive should we be to movements? \n" );
334+ printf (" -s --sensitivity=<sensitivity> How sensitive should we be to movements. \n" );
335335 printf (" Defaults to 15, higher values mean less sensitive.\n" );
336336 printf (" -a --adaptive Adaptive threshold (automatic\n" );
337337 printf (" increase when the built-in\n" );
@@ -344,7 +344,7 @@ void usage()
344344 printf (" it's set to %s.\n" , PID_FILE );
345345 printf (" -t --dry-run Don't actually park the drive.\n" );
346346 printf (" -y --poll-sysfs Force use of sysfs interface to accelerometer.\n" );
347- printf (" -l --syslog Log to syslog instead of stdout.\n" );
347+ printf (" -l --syslog Log to syslog instead of stdout/stderr .\n" );
348348 printf ("\n" );
349349 printf (" -V --version Display version information and exit.\n" );
350350 printf (" -h --help Display this message and exit.\n" );
You can’t perform that action at this time.
0 commit comments