Skip to content
Snippets Groups Projects
Commit efa1457a authored by ballen4705's avatar ballen4705
Browse files

Tabs are evil -- I have used emacs "untabify" to convert all tabs to spaces.

This makes tables of option equivalents look nice in windows with strange tab settings.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@344 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent c615eadc
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ please post to the smartmontools mailing list. ...@@ -112,7 +112,7 @@ please post to the smartmontools mailing list.
Show version, copyright, and license info then exit Show version, copyright, and license info then exit
-q MODE, --quietmode=MODE -q MODE, --quietmode=MODE
Set the quiet mode to one of errorsonly, silent Set the quiet mode to one of: errorsonly, silent
-d TYPE, --devicetype=TYPE -d TYPE, --devicetype=TYPE
Set the device type to one of ata, scsi Set the device type to one of ata, scsi
...@@ -127,13 +127,13 @@ please post to the smartmontools mailing list. ...@@ -127,13 +127,13 @@ please post to the smartmontools mailing list.
Exit on bad checksum Exit on bad checksum
-s VALUE, --smart=VALUE -s VALUE, --smart=VALUE
Enable/disable SMART. VALUE is one of on, off Enable/disable SMART. VALUE is one of: on, off
-o VALUE, --offline=VALUE -o VALUE, --offline=VALUE
Enable/disable automatic offline testing. VALUE is one of on, off Enable/disable automatic offline testing. VALUE is one of: on, off
-S VALUE, --autosave=VALUE -S VALUE, --autosave=VALUE
Enable/disable autosave. VALUE is one of on, off Enable/disable autosave. VALUE is one of: on, off
-h, --showstatus -h, --showstatus
Show SMART health status Show SMART health status
...@@ -145,7 +145,7 @@ please post to the smartmontools mailing list. ...@@ -145,7 +145,7 @@ please post to the smartmontools mailing list.
Show SMART vendor attributes Show SMART vendor attributes
-l TYPE, --showlog=TYPE -l TYPE, --showlog=TYPE
Show log: type is one of error, selftest Show log: type is one of: error, selftest
-i, --showinfo -i, --showinfo
Show drive information Show drive information
...@@ -160,6 +160,10 @@ please post to the smartmontools mailing list. ...@@ -160,6 +160,10 @@ please post to the smartmontools mailing list.
----------------------------------------------------------- -----------------------------------------------------------
009 minutes Display in minutes instead of hours 009 minutes Display in minutes instead of hours
Note that in the future this option may be used multiple times
with different arguments, to modify options for different
attributes.
-t TEST, --test=TEST -t TEST, --test=TEST
Perform TEST immediately. TEST is one of offline, short, long Perform TEST immediately. TEST is one of offline, short, long
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment