clarify command's behavior by adding dry run example

waldyrious/alt-syntax
Joel Huang 2016-01-04 10:00:33 +08:00
parent bdd001e331
commit e7b76dae7d
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
> Converts filenames from one encoding to another
- convert encoding without dry run
- convert encoding(dry run)
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
- convert encoding(not dry run)
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`