Fix minor formatting error in help text for user-secrets

This commit is contained in:
Nate McMaster 2017-06-17 13:45:20 -07:00
parent 483d06734a
commit 0742f56dbd
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ Additional Info:
This command will also handle piped input. Piped input is expected to be a valid JSON format.
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)
? @"type .\secrets.json"