summaryrefslogtreecommitdiffhomepage
path: root/tooling
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-24 13:38:05 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-24 13:38:05 +0200
commitde88c44c68f3941e003ddaf13042875370f10978 (patch)
tree14b0909de5d6d10fc7ef44fc470d210f21e94f25 /tooling
parente6185ca92212ab0686892a1a12efd392f895c1f7 (diff)
dev, tooling: Improve the tools and frameworks on userspace.
Details: - See commit details for more. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tooling')
-rwxr-xr-xtooling/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