We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5724a4c commit c8e7cc8Copy full SHA for c8e7cc8
main.py
@@ -577,4 +577,5 @@ def main():
577
DebugPrint("Script Start")
578
DebugPrint(f"RUNNING AT {CURRENT_DIRECTORY} , RESOURCE_DIR : {RESOURCE_DIRECTORY}")
579
DebugPrint(f"ARCH : {ARCH} , NETMUXD_AVAILABLE : {NETMUXD_IS_AVAILABLE}")
580
+ print(HELP_MSG)
581
main()
0 commit comments