summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/apm/apm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index 6cfd86f..2517ee5 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -444,9 +444,11 @@ main(int argc, char *argv[])
break;
case 'e':
enable = is_true(optarg);
+ all_info = 0;
break;
case 'h':
haltcpu = is_true(optarg);
+ all_info = 0;
break;
case 't':
batt_time = 1;
OpenPOWER on IntegriCloud