diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 19:40:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 19:40:30 -0500 |
| commit | c739255b48b3a5b2e184ca1a637f9f1f95c978ff (patch) | |
| tree | 3db42241d514cf0e85b3ae6a3a1b17fa7ccf0f3b /public/tools/mk.fwrk | |
| parent | 72dc7188a81052bfeb649eecb420e6b52e2c0c4b (diff) | |
| parent | c464e5800961c809c73d4180f8a66885b53c63d7 (diff) | |
Merge pull request #78 from nekernel-org/devv0.0.6
meta: Codebase improvements on NeKernel.
Diffstat (limited to 'public/tools/mk.fwrk')
| -rw-r--r-- | public/tools/mk.fwrk/src/CommandLine.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/tools/mk.fwrk/src/CommandLine.cc b/public/tools/mk.fwrk/src/CommandLine.cc index 65655da4..8c1dac5c 100644 --- a/public/tools/mk.fwrk/src/CommandLine.cc +++ b/public/tools/mk.fwrk/src/CommandLine.cc @@ -25,7 +25,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) { for (SInt32 i = 2UL; i < argc; ++i) { if (MmStrCmp(argv[i], "-h") == 0) { PrintOut(nullptr, "%s", "make_app: Framework/Application Creation Tool.\n"); - PrintOut(nullptr, "%s", "make_app: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n"); + PrintOut(nullptr, "%s", + "make_app: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n"); PrintOut(nullptr, "%s", "make_app: -a: Application Directory.\n"); PrintOut(nullptr, "%s", "make_app: -s: Steps (Setup pages) Directory.\n"); |
