diff options
-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( |