Merge pull request #621 from dlang-community/document-ignoreConfig

Add the ignoreConfig option to the --help output of dcd-server.
This commit is contained in:
Brian Schott 2020-07-23 13:46:26 -07:00 committed by GitHub
commit bb941e7dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}