diff options
Diffstat (limited to 'host/utils/uhd_power_cal.py')
-rw-r--r-- | host/utils/uhd_power_cal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/uhd_power_cal.py b/host/utils/uhd_power_cal.py index d2fcf83cd..2add83e8f 100644 --- a/host/utils/uhd_power_cal.py +++ b/host/utils/uhd_power_cal.py @@ -74,7 +74,7 @@ def parse_args(): help="Select antenna port. A value of '*' means that the calibration " "will be repeated on all appropriate antenna ports.") parser.add_argument( - '--channels', default="0", + '--channels', default="*", help="Select channel. A value of '*' means that the calibration " "will be repeated on all appropriate channels.") parser.add_argument( |