Fix typo in help message
`.editconfig` should be `.editorconfig` instead.
This commit is contained in:
parent
7961bfc15f
commit
d95d69e31b
|
@ -236,7 +236,7 @@ https://github.com/Hackerpilot/dfmt
|
||||||
Options:
|
Options:
|
||||||
--help, -h Print this help message
|
--help, -h Print this help message
|
||||||
--inplace, -i Edit files in place
|
--inplace, -i Edit files in place
|
||||||
--config_dir, -c Path to directory to load .editconfig file from.
|
--config_dir, -c Path to directory to load .editorconfig file from.
|
||||||
--version Print the version number and then exit
|
--version Print the version number and then exit
|
||||||
|
|
||||||
Formatting Options:
|
Formatting Options:
|
||||||
|
|
Loading…
Reference in New Issue