Fix minor formatting error in help text for user-secrets
This commit is contained in:
parent
483d06734a
commit
0742f56dbd
|
|
@ -19,7 +19,8 @@ Additional Info:
|
||||||
This command will also handle piped input. Piped input is expected to be a valid JSON format.
|
This command will also handle piped input. Piped input is expected to be a valid JSON format.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
dotnet user-secrets set ConnStr ""User ID=bob;Password=***""";
|
dotnet user-secrets set ConnStr ""User ID=bob;Password=***""
|
||||||
|
";
|
||||||
|
|
||||||
var catCmd = RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
|
var catCmd = RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
|
||||||
? @"type .\secrets.json"
|
? @"type .\secrets.json"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue