From 29ffe9d7313e8408cd686683a634f6b196d1ebba Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 23 Jul 2020 05:18:56 -0700 Subject: [PATCH] Add the ignoreConfig option to the --help output of dcd-server. --- src/dcd/server/main.d | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dcd/server/main.d b/src/dcd/server/main.d index 6ab9b8f..57733b5 100644 --- a/src/dcd/server/main.d +++ b/src/dcd/server/main.d @@ -379,5 +379,9 @@ options: --socketFile FILENAME Use the given FILENAME as the path to the UNIX domain socket. Using - this switch is an error on Windows.`, programName); + this switch is an error on Windows. + + --ignoreConfig + Do not read the configuration file. Import paths must be specified + with the -I option or registered through dcd-client.`, programName); }