Skip to content

Commit 7745aaf

Browse files
committed
Update about section
1 parent 333db52 commit 7745aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ fn main() {
99
.version("0.4.0")
1010
.author("xadrianzetx")
1111
.about(concat!(
12-
"A CLI utility that helps to manage PlayStation 2 games\n",
13-
"in USBAdvance/Extreme format (similarly to USB Util)"
12+
"A command line tool that helps to create and manage PlayStation 2\n",
13+
"games in USBAdvance/Extreme format, similarly to USB Util"
1414
))
1515
.subcommand(
1616
App::new("add")

0 commit comments

Comments
 (0)