diff options
Diffstat (limited to 'tooling')
| -rwxr-xr-x | tooling/mk_fwrk.py (renamed from tooling/mk_app.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/mk_app.py b/tooling/mk_fwrk.py index 34a7702e..5f519237 100755 --- a/tooling/mk_app.py +++ b/tooling/mk_fwrk.py @@ -59,7 +59,7 @@ def create_directory_structure(base_path, project_name): if __name__ == "__main__": if len(sys.argv) != 2: - print("Usage: mk_app.py <project_name>") + print("Usage: mk_fwrk.py <project_name>") sys.exit(1) base_path = os.getcwd() # Use the current working directory as the base path |
