From 0742f56dbda0abbbd5e7c5f1e0e5c5458cb9b813 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Sat, 17 Jun 2017 13:45:20 -0700 Subject: [PATCH] Fix minor formatting error in help text for user-secrets --- .../Internal/SetCommand.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Extensions.SecretManager.Tools/Internal/SetCommand.cs b/src/Microsoft.Extensions.SecretManager.Tools/Internal/SetCommand.cs index 5ffc7876eb..fa389ca242 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/Internal/SetCommand.cs +++ b/src/Microsoft.Extensions.SecretManager.Tools/Internal/SetCommand.cs @@ -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"