From 2aca3cbc8d60fbf5ea4829b56a6c67c9d6332574 Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Wed, 9 Sep 2020 08:35:47 +0300 Subject: [PATCH] Update help.hpp --- src/help.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/help.hpp b/src/help.hpp index df9990d..c2aa0a2 100644 --- a/src/help.hpp +++ b/src/help.hpp @@ -9,9 +9,9 @@ Usage: cmk [argument] arguments: init [app|shared|static] Starts a new project in the same directory. gen Generates CMakeLists.txt file. - run Run cmake. + run [cmake args...] Run cmake. help Show help. version Current cmkr version. )lit"; -} \ No newline at end of file +}