From 36162d6931aaaf56c60c2e1c77cd3cdc2eba8363 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 28 Jul 2024 14:45:59 +0200 Subject: Add autodetection for temperature input --- argparse.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'argparse.c') diff --git a/argparse.c b/argparse.c index 124f3bc..1eae42b 100644 --- a/argparse.c +++ b/argparse.c @@ -20,7 +20,10 @@ void printhelp() " Default: %ld\n" "-g cpufreq governor to use, use \"keep\" to keep current governor\n" " Default: %s\n" - "-i Input for temperature readout, usually somewhere in sysfs\n" + "-i Input for temperature readout, this can be specified as:\n" + " A full path that starts with /, usually somewhere in sysfs\n" + " A sensor name, for example \"Core 0\"\n" + " The word \"auto\" autodetects a valid sensor\n" " Default: %s\n" "-p