File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ulmake"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
edition = " 2021"
5
5
authors = [" xadrianzetx" ]
6
6
license = " MIT"
7
7
repository = " https://github.com/xadrianzetx/ulmake"
8
- description = " A CLI utility that helps to manage PS2 games in .ul format ( similarly to USB Util) "
8
+ description = " A command line tool that helps to create and manage PlayStation 2 games in USBAdvance/Extreme format, similarly to USB Util. "
9
9
10
10
[dependencies ]
11
11
clap = " 2.33.3"
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ use clap::{App, Arg};
6
6
7
7
fn main ( ) {
8
8
let matches = App :: new ( "ulmake" )
9
- . version ( "0.3 .0" )
9
+ . version ( "0.4 .0" )
10
10
. author ( "xadrianzetx" )
11
11
. 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"
14
14
) )
15
15
. subcommand (
16
16
App :: new ( "add" )
You can’t perform that action at this time.
0 commit comments