update help message
This commit is contained in:
parent
370f3d58c4
commit
998d78988c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fn main() {
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("recursive")
|
Arg::new("recursive")
|
||||||
.help("Recurse into subdirectories")
|
.help("Recurse into subdirectories and optimize all *.png/*.apng files")
|
||||||
.short('r')
|
.short('r')
|
||||||
.long("recursive")
|
.long("recursive")
|
||||||
.action(ArgAction::SetTrue),
|
.action(ArgAction::SetTrue),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue