Update help per option renamings

This commit is contained in:
Chris Cheetham 2021-07-02 13:21:02 -04:00
Родитель ed66472344
Коммит 63a288172e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -125,8 +125,8 @@ namespace Steeltoe.InitializrApi.Controllers
help.Add(
"\t$ http https://start.steeltoe.io/api/project steeltoeVersion==2.5.1 dotNetFramework==netcoreapp2.1 -d");
help.Add(string.Empty);
help.Add("To create a project with a actuator endpoints and a Redis backend:");
help.Add("\t$ http https://start.steeltoe.io/api/project dependencies==actuators,redis -d");
help.Add("To create a project with management endpoints and a Redis backend:");
help.Add("\t$ http https://start.steeltoe.io/api/project dependencies==management-endpoints,connector-redis -d");
const char newline = '\n';
return Ok(string.Join(newline, help));