Add a space between "convert encoding" and (dry run)/(not dry run)

waldyrious/alt-syntax
Joel Huang 2016-01-04 21:27:37 +08:00
parent e7b76dae7d
commit 0c04486218
1 changed files with 2 additions and 2 deletions

View File

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