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 +}