Skip to content

Commit a8778c8

Browse files
committed
Merge branch 'master' of github.com:Azure/azure-functions-cli
2 parents 4f99c2e + d3af002 commit a8778c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Actions/LocalActions/AddSettingAction.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Azure.Functions.Cli.Actions.LocalActions
1111
{
12-
[Action(Name = "add", Context = Context.Settings, HelpText = "Add new local app setting to appsettings.json")]
12+
[Action(Name = "add", Context = Context.Settings, HelpText = "Add new local app setting to appsettings.json.\n\t Settings are encrypted by default. If encrypted, they can only be decrypted on the current machine.")]
1313
class AddSettingAction : BaseAction
1414
{
1515
private readonly ISecretsManager _secretsManager;

0 commit comments

Comments
 (0)