diff --git a/README.md b/README.md index 20be2b7..6680c5a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Soma is a cross-platform CTF problem container manager. * Soma helps *problem authors* to easily create and distribute reproducible CTF problem environment. -* Soma hepls *CTF players* to easily download and run CTF problems on their local machine after contests. +* Soma helps *CTF players* to easily download and run CTF problems on their local machine after contests. ### For problem solvers diff --git a/src/bin/soma/main.rs b/src/bin/soma/main.rs index 67a3f98..81687f9 100644 --- a/src/bin/soma/main.rs +++ b/src/bin/soma/main.rs @@ -37,7 +37,7 @@ fn main_result() -> SomaResult<()> { let matches = App::new("soma") .version(VERSION) - .about("Your one-stop CTF problem management tool") + .about("Cross-platform CTF problem container manager") .setting(AppSettings::SubcommandRequiredElseHelp) .subcommand(add_command.app()) .subcommand(build_command.app())