We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
about
1 parent 333db52 commit 7745aafCopy full SHA for 7745aaf
src/main.rs
@@ -9,8 +9,8 @@ fn main() {
9
.version("0.4.0")
10
.author("xadrianzetx")
11
.about(concat!(
12
- "A CLI utility that helps to manage PlayStation 2 games\n",
13
- "in USBAdvance/Extreme format (similarly to USB Util)"
+ "A command line tool that helps to create and manage PlayStation 2\n",
+ "games in USBAdvance/Extreme format, similarly to USB Util"
14
))
15
.subcommand(
16
App::new("add")
0 commit comments