diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 07:06:00 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 07:06:00 +0200 |
| commit | 2bcba69b77946c54ab1ede311787520acd56460a (patch) | |
| tree | f156c3fde3a67cf7f52d69d114152f004c181bc0 /public/tools/make_app/src/CommandLine.cc | |
| parent | 7129862620caa0074265d2eca6f4f0e7aa098d22 (diff) | |
meta/repository: fix capitalization on my name 'El' instead of 'EL'.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/tools/make_app/src/CommandLine.cc')
| -rw-r--r-- | public/tools/make_app/src/CommandLine.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc index ea22fb26..a00e0ec0 100644 --- a/public/tools/make_app/src/CommandLine.cc +++ b/public/tools/make_app/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024-2025 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal El Mahrouss */ #include <Framework.h> @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) 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, All rights reserved.\n"); + PrintOut(nullptr, "%s", "make_app: © 2024-2025 Amlal El Mahrouss, All rights reserved.\n"); PrintOut(nullptr, "%s", "make_app: -a: Application format.\n"); PrintOut(nullptr, "%s", "make_app: -s: Steps (Setup pages) format.\n"); |
