From 33808b49064c8bb42aab55140f3a4087a66da8a3 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 5 Mar 2023 22:18:52 -0300 Subject: [PATCH] fix typo --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index b330b53..c05b163 100644 --- a/src/main.h +++ b/src/main.h @@ -15,7 +15,7 @@ namespace obelisk * */ std::string usageMessage = R"(Usage: obelisk [OPTION]... [FILE]... -Compile the obelisk source FILE(s) into knoweldge base and library. +Compile the obelisk source FILE(s) into knowledge base and library. Options: -h, --help shows this help/usage message