Skip to content

Commit

Permalink
Fix typo and tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwaz committed Mar 31, 2019
1 parent cd412b3 commit 58f9d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/bin/soma/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 58f9d7c

Please sign in to comment.