Show default URL in --help
This commit is contained in:
parent
ea4002846d
commit
fe7d3ad242
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace DockerExporter
|
||||||
"",
|
"",
|
||||||
"General",
|
"General",
|
||||||
{ "h|?|help", "Displays usage instructions.", val => showHelp = val != null },
|
{ "h|?|help", "Displays usage instructions.", val => showHelp = val != null },
|
||||||
{ "docker-url=", "URL to use for accessing Docker.", val => _logic.DockerUrl = val },
|
{ "docker-url=", $"URL to use for accessing Docker. Defaults to {_logic.DockerUrl}", val => _logic.DockerUrl = val },
|
||||||
|
|
||||||
"",
|
"",
|
||||||
"Diagnostics",
|
"Diagnostics",
|
||||||
|
|
Loading…
Add table
Reference in a new issue