1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 03:17:58 +01:00

clarify command's behavior by adding dry run example

This commit is contained in:
Joel Huang 2016-01-04 10:00:33 +08:00
parent bdd001e331
commit e7b76dae7d

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}}`