diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index dbd5c55e..6f8abfab 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -5733,7 +5733,8 @@ sub main print "As you skipped adapter detection, we will only scan already loaded\n". "adapter modules.\n"; } else { - print "We will now try to load each adapter module in turn.\n"; + print "We will now try to load each adapter module in turn.\n" + if (@adapters); foreach $adapter (@adapters) { next if $adapter eq "DISABLED"; next if $adapter eq "to-be-tested"; @@ -5752,8 +5753,8 @@ sub main } } - print "If you have undetectable or unsupported adapters, you can have them\n". - "scanned by manually loading the modules before running this script.\n\n"; + print "If you have undetectable or unsupported I2C/SMBus adapters, you can have\n". + "them scanned by manually loading the modules before running this script.\n\n"; initialize_i2c_adapters_list(); if (!exists($modules_list{"i2c-dev"}) @@ -5834,7 +5835,7 @@ sub main print "\n"; } - print "Some south bridges, CPUs or memory controllers may also contain \n"; + print "Some south bridges, CPUs or memory controllers may also contain\n"; print "embedded sensors. Do you want to scan for them? (YES/no): "; unless ( =~ /^\s*n/i) { $| = 1;