Show default URL in --help

This commit is contained in:
Sander Saares 2019-12-23 21:40:02 +02:00
parent ea4002846d
commit fe7d3ad242

View file

@ -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",