diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 05:43:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 05:48:18 +0100 |
| commit | faf73d5258b3c61ea1a84efa6bed543d6bfd5321 (patch) | |
| tree | 6d77156202d11a378d326b25a82f4b8b41fe0200 /public/tools/cc/src/CommandLine.cc | |
| parent | d5263778065e62a4a20f3af236f6dde7bbb3afc4 (diff) | |
feat: kernel: API tweaks and new FMT specs for NeKernel.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/tools/cc/src/CommandLine.cc')
| -rw-r--r-- | public/tools/cc/src/CommandLine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc index 62757c43..3ce8a29d 100644 --- a/public/tools/cc/src/CommandLine.cc +++ b/public/tools/cc/src/CommandLine.cc @@ -10,6 +10,6 @@ SInt32 main(SInt32 argc, Char* argv[]) { PrintOut(nullptr, - "cc: A C++ compiler to be installed.\rcc: This program is present as a placeholder."); + "cc: A C++ compiler is to be installed.\rcc: This program is present as a placeholder."); return EXIT_FAILURE; } |
