mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
fix -c and -u flags in sensors. Reported by
"Kronos" <kronos@kronoz.cjb.net> git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1487 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -158,7 +158,7 @@ int main (int argc, char *argv[])
|
||||
do_sets = 0;
|
||||
hide_adapter = 0;
|
||||
while (1) {
|
||||
c = getopt_long(argc,argv,"hsvfAcu:",long_opts,NULL);
|
||||
c = getopt_long(argc,argv,"hsvfAc:u",long_opts,NULL);
|
||||
if (c == EOF)
|
||||
break;
|
||||
switch(c) {
|
||||
|
Reference in New Issue
Block a user