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::new("recursive")
|
||||
.help("Recurse into subdirectories")
|
||||
.help("Recurse into subdirectories and optimize all *.png/*.apng files")
|
||||
.short('r')
|
||||
.long("recursive")
|
||||
.action(ArgAction::SetTrue),
|
||||
|
|
|
|||
Loading…
Reference in a new issue