diff --git a/tmtc/power/common_power.py b/tmtc/power/common_power.py index bfca314..20d8d06 100644 --- a/tmtc/power/common_power.py +++ b/tmtc/power/common_power.py @@ -146,7 +146,7 @@ def pack_gomspace_cmds( target_table = int( input( "Target table ID [0: Board Config, 1: Module Config, 2: Calibration Parameter, " - "value + 4 for default table]: " + "4: HK TM]: " ) ) if target_table not in [0, 1, 2, 4]: