summaryrefslogtreecommitdiffhomepage
path: root/public/tools/manual/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-29 17:19:57 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-29 17:19:57 +0200
commit81027667166d9624ee12f45f011426678d1bbbf4 (patch)
treed12fd352d23ae9c9a167c2c1b8b98c2c9cac2df7 /public/tools/manual/src/CommandLine.cc
parent3167f59dbb401d6a79b1524537e04218baf49ee3 (diff)
feat: Improve libSystem's architecture and implementation.
fix: Fix NeKit's Ref, and ErrorOr classes. fix: Fix userland tools. next: - Finish the latest tickets and then release nekernel 0.0.3 Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/tools/manual/src/CommandLine.cc')
-rw-r--r--public/tools/manual/src/CommandLine.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/manual/src/CommandLine.cc b/public/tools/manual/src/CommandLine.cc
index 0704384a..68594c09 100644
--- a/public/tools/manual/src/CommandLine.cc
+++ b/public/tools/manual/src/CommandLine.cc
@@ -1,8 +1,8 @@
#include <libSystem/System.h>
SInt32 _NeMain(SInt32 argc, Char* argv[]) {
- SCI_UNUSED(argc);
- SCI_UNUSED(argv);
+ LIBSYS_UNUSED(argc);
+ LIBSYS_UNUSED(argv);
if (argc < 2) {
PrintOut(nullptr, "HELP: manual <tutorial_name>\n");