Add the ignoreConfig option to the --help output of dcd-server.

This commit is contained in:
Hackerpilot 2020-07-23 05:18:56 -07:00
parent 808460a678
commit 29ffe9d731
1 changed files with 5 additions and 1 deletions

View File

@ -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);
}