From d95d69e31b3fcddbabbb1111886b66ddc3692e0c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 14 Nov 2016 16:59:18 +0100 Subject: [PATCH] Fix typo in help message `.editconfig` should be `.editorconfig` instead. --- src/dfmt/main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfmt/main.d b/src/dfmt/main.d index 3adc618..2358e48 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -236,7 +236,7 @@ https://github.com/Hackerpilot/dfmt Options: --help, -h Print this help message --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 Formatting Options: