diff options
Diffstat (limited to 'tools/kfwrk.py')
| -rwxr-xr-x | tools/kfwrk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kfwrk.py b/tools/kfwrk.py index 585e4c32..3f104465 100755 --- a/tools/kfwrk.py +++ b/tools/kfwrk.py @@ -81,7 +81,7 @@ def create_directory_structure(base_path_fwrk, project_file_name, project_name): if __name__ == "__main__": if len(sys.argv) != 2: - print("HELP: mkfwrk.py <project_name>") + print("HELP: kfwrk.py <project_name>") sys.exit(os.EX_CONFIG) base_path = os.getcwd() # Use the current working directory as the base path |
