mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Add a space between "convert encoding" and (dry run)/(not dry run)
This commit is contained in:
parent
e7b76dae7d
commit
0c04486218
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
> Converts filenames from one encoding to another
|
> Converts filenames from one encoding to another
|
||||||
|
|
||||||
- convert encoding(dry run)
|
- convert encoding (dry run)
|
||||||
|
|
||||||
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
|
`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}}`
|
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue