Clarify help text for --no-https option

Commit migrated from dotnet/aspnetcore@d5cad26462
This commit is contained in:
Scott Addie 2018-08-01 15:21:04 -05:00 коммит произвёл Javier Calvarro Nelson
Родитель 5a690de168
Коммит 929c0e470a
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -120,7 +120,7 @@
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether to turn off HTTPS. This option only applies if IndividualAuth or OrganizationalAuth are not being used."
"description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth."
}
},
"tags": {

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

@ -120,7 +120,7 @@
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether to turn off HTTPS. This option only applies if IndividualAuth or OrganizationalAuth are not being used."
"description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth."
}
},
"tags": {

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

@ -120,7 +120,7 @@
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether to turn off HTTPS. This option only applies if IndividualAuth or OrganizationalAuth are not being used."
"description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth."
}
},
"tags": {