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 c598c1058..6be4cc534 100644 --- a/host/utils/uhd_power_cal.py +++ b/host/utils/uhd_power_cal.py @@ -67,7 +67,7 @@ def parse_args(): 'The argument is generally positive, e.g. 30 means 30 dB of attenuation.') parser.add_argument( '--tone-freq', type=float, default=1e6, - help='Frequency of the tone that is generated for Tx measurements. This' + help='Frequency of the tone that is generated for Tx measurements. This ' 'has the same effect as setting an LO offset, except in software.') parser.add_argument( '--antenna', default="*", |