diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-12 17:25:25 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-12 17:25:25 +0100 |
commit | 14304e0827cd7de7fc55b1ba587ccdd380525b94 (patch) | |
tree | f70c126b91e68b66d7005cfea53b88a82aa0c7fa /util/isensor.c | |
parent | d279e229635f19852dc829552aa7c7d72d7a4dd2 (diff) |
New upstream release
Diffstat (limited to 'util/isensor.c')
-rw-r--r-- | util/isensor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/isensor.c b/util/isensor.c index e24eea0..6ce290d 100644 --- a/util/isensor.c +++ b/util/isensor.c @@ -247,7 +247,7 @@ char *decode_entity_id(int id) { * Global Data ************************/ static char *progname = "isensor"; -static char *progver = "2.94"; +static char *progver = "2.95"; #ifdef WIN32 static char savefile[] = "%ipmiutildir%\\thresholds.cmd"; #else @@ -3222,7 +3222,7 @@ int i_sensor(int argc, char **argv) printf(" -v Verbose: thresholds, max/min, hysteresis\n"); printf(" -w Wrap thresholds on sensor line\n"); printf(" -L n Loop n times\n"); - print_lan_opt_usage(); + print_lan_opt_usage(0); ret = ERR_USAGE; goto do_exit; } |