diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-01-20 11:10:07 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-07 13:08:11 -0700 |
commit | 597e1a538c5a20bf8bda0d73edc6512c79905778 (patch) | |
tree | f6fcf7d5eb10c5b1bf3031c4f10bc18c77d2315c | |
parent | 26372c19a9ae32956954b4ed72bddc58f54c9c18 (diff) | |
download | uhd-597e1a538c5a20bf8bda0d73edc6512c79905778.tar.gz uhd-597e1a538c5a20bf8bda0d73edc6512c79905778.tar.bz2 uhd-597e1a538c5a20bf8bda0d73edc6512c79905778.zip |
utils: Add space to rfnoc_image_builder help
-rwxr-xr-x | host/utils/rfnoc_image_builder.py | 2 |
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( |