aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2022-01-20 11:10:07 -0600
committerWade Fife <wade.fife@ettus.com>2022-02-07 13:08:11 -0700
commit597e1a538c5a20bf8bda0d73edc6512c79905778 (patch)
treef6fcf7d5eb10c5b1bf3031c4f10bc18c77d2315c
parent26372c19a9ae32956954b4ed72bddc58f54c9c18 (diff)
downloaduhd-597e1a538c5a20bf8bda0d73edc6512c79905778.tar.gz
uhd-597e1a538c5a20bf8bda0d73edc6512c79905778.tar.bz2
uhd-597e1a538c5a20bf8bda0d73edc6512c79905778.zip
utils: Add space to rfnoc_image_builder help
-rwxr-xr-xhost/utils/rfnoc_image_builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/rfnoc_image_builder.py b/host/utils/rfnoc_image_builder.py
index 64317aec4..9f37183ff 100755
--- a/host/utils/rfnoc_image_builder.py
+++ b/host/utils/rfnoc_image_builder.py
@@ -84,7 +84,7 @@ def setup_parser():
default=None)
parser.add_argument(
"-n", "--image_core_name",
- help="Name to use for the RFNoC image core."
+ help="Name to use for the RFNoC image core. "
"Defaults to the device name.",
default=None)
parser.add_argument(