2
0
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:
Jean Delvare
2002-08-07 11:55:35 +00:00
parent 8a7d9d7d07
commit ab9060943d
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {