Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Dec 23, 2022
1 parent 08efa20 commit b3cff0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(CatJudge VERSION 0.1.1)
project(CatJudge VERSION 0.2.0)

set(IS_DEBUG CMAKE_BUILD_TYPE STREQUAL "Debug")
if (${IS_DEBUG})
Expand Down
4 changes: 2 additions & 2 deletions core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ static void print_help_message() {
puts("");
puts("Options:");
puts(" -d <dir> Run directory");
puts(" -l <language> Code Language");
puts(" -s <checker> Checker path");
puts(" -l <language> Code language (c / cpp / java)");
puts(" -t <time> Time limit (unit: ms)");
puts(" -m <memory> Memory limit (unit: KB)");
puts(" -s <checker> Checker path");
exit(CONF::EXIT::HELP);
}

Expand Down

0 comments on commit b3cff0e

Please sign in to comment.