Skip to content

Commit

Permalink
chore: update help content
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 20, 2023
1 parent 4c28f77 commit 8238c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ int main([[maybe_unused]] int argc, char** argv)
void print_help()
{
std::cout <<
R"(MAA BH3 CLI,
R"(MAABH3 CLI
Github: https://github.com/MaaAssistantArknights/MAABH3
Usage: MAABH3_CLI.exe [adb_path] [adb_address] [task_name]...
Usage: MAABH3_CLI.exe
Modify config.json to configure tasks.
Modify ./config/tasks/default.json to configure tasks.
Welcome to come and create a GUI for us! :)
)" << std::endl;
Expand Down

0 comments on commit 8238c38

Please sign in to comment.