diff --git a/asitop/asitop.py b/asitop/asitop.py index 0845798..a223046 100644 --- a/asitop/asitop.py +++ b/asitop/asitop.py @@ -12,7 +12,7 @@ help='Choose display color (0~8)') parser.add_argument('--avg', type=int, default=30, help='Interval for averaged values (seconds)') -parser.add_argument('--show_cores', type=bool, default=False, +parser.add_argument('--show_cores', type=bool, default=False, action='store_true', help='Choose show cores mode') parser.add_argument('--max_count', type=int, default=0, help='Max show count to restart powermetrics')