From b3cff0efc89235ba0f56a70a5923f1c3873bcea0 Mon Sep 17 00:00:00 2001 From: XLor Date: Fri, 23 Dec 2022 17:43:17 +0800 Subject: [PATCH] chore: release v0.2.0 --- CMakeLists.txt | 2 +- core/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c88d88..d0e2056 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/core/main.cpp b/core/main.cpp index 61431c1..39fdd3d 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -68,10 +68,10 @@ static void print_help_message() { puts(""); puts("Options:"); puts(" -d Run directory"); - puts(" -l Code Language"); + puts(" -s Checker path"); + puts(" -l Code language (c / cpp / java)"); puts(" -t