From a04e0c2d30327a96409792a55818ba209ea9dd0a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 9 Jun 2021 16:06:36 +0200 Subject: cal: Fix minor issues in the calibration utilities - Whitespace issues - Unclear help messages - Unnecessary derive-from-object --- host/utils/uhd_power_cal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/utils') diff --git a/host/utils/uhd_power_cal.py b/host/utils/uhd_power_cal.py index 6be4cc534..d2fcf83cd 100644 --- a/host/utils/uhd_power_cal.py +++ b/host/utils/uhd_power_cal.py @@ -40,14 +40,14 @@ def parse_args(): 'to override this value.', type=float) parser.add_argument( '--step', - help='Frequency Step. Defaults are device-specific.' + help='Frequency Step. Defaults are device-specific. ' 'Note that this is only a hint for the device object, which can choose ' 'to override this value. Devices can also measure at non-regular ' 'frequencies, e.g., to more accurately cover differences between bands.', type=float) parser.add_argument( '--gain-step', type=float, default=1, - help='Gain Step (dB). Defaults to 1 dB.' + help='Gain Step (dB). Defaults to 1 dB. ' 'Note that this is only a hint for the device object, which can choose ' 'to override this value. Devices can also measure at non-regular ' 'gain intervals.') -- cgit v1.2.3