diff options
Diffstat (limited to 'public/tools/make_app/src')
| -rw-r--r-- | public/tools/make_app/src/CommandLine.cc (renamed from public/tools/make_app/src/CLI.cc) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/tools/make_app/src/CLI.cc b/public/tools/make_app/src/CommandLine.cc index 229645d8..064b11b1 100644 --- a/public/tools/make_app/src/CLI.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 t& Corporation + * Copyright (c) 2024 t& Labs */ #include <Framework.h> @@ -20,10 +20,10 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_app: Framework/Application Creation Tool.\n"; - std::cout << "make_app: © t& Corporation, All rights reserved.\n"; + std::cout << "make_app: © t& Labs, All rights reserved.\n"; std::cout << "make_app: -app: Application directory.\n"; - std::cout << "make_app: -steps: Steps directory.\n"; + std::cout << "make_app: -steps: Steps (Setup pages) directory.\n"; std::cout << "make_app: -fwrk: Framework directory.\n"; return EXIT_SUCCESS; |
