Merge pull request #236 from jrenner/master

change man page and usage help to show hddtemp needs a daemon running
pull/239/merge
Nicolas Hennion 2013-03-29 05:23:23 -07:00
commit b1b23afff3
2 changed files with 2 additions and 2 deletions

View File

@ -3640,7 +3640,7 @@ def printSyntax():
print(_("\t-t sec\t\tSet the refresh time in seconds (default: %d)" %
refresh_time))
print(_("\t-v\t\tDisplay the version and exit"))
print(_("\t-y\t\tEnable the hddtemp module"))
print(_("\t-y\t\tEnable the hddtemp module (needs running hddtemp daemon)"))
print(_("\t-z\t\tDo not use the bold color attribute"))

View File

@ -48,7 +48,7 @@ The command line options are the following:
.PP
-v Display the version and exit
.PP
-y Enable the hddtemp module
-y Enable the hddtemp module (requires running hddtemp daemon)
.PP
-z Do not use the bold color attribute
.PP