summaryrefslogtreecommitdiffhomepage
path: root/public/tools/manual/src/CommandLine.cc
diff options
context:
space:
mode:
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 0d9c4136..a1cd9094 100644
--- a/public/tools/manual/src/CommandLine.cc
+++ b/public/tools/manual/src/CommandLine.cc
@@ -5,8 +5,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
SCI_UNUSED(argv);
if (argc < 2) {
- PrintOut(nullptr, "HELP: manual <tutorial_name>\n");
- return EXIT_FAILURE;
+ PrintOut(nullptr, "HELP: manual <tutorial_name>\n");
+ return EXIT_FAILURE;
}
return EXIT_SUCCESS;