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:
parent
bdd001e331
commit
e7b76dae7d
1 changed files with 5 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Reference in a new issue