1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

wording twist

This commit is contained in:
Joel Huang 2016-01-04 21:50:38 +08:00
parent bd4c37658d
commit 819ef66c6b

View file

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