Skip to content

Commit

Permalink
fix: Update telemetry prompt wording (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr authored Jul 25, 2019
1 parent f5a24de commit 3370cbf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions samcli/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ def print_info(ctx, param, value):

# Keep the message to 80chars wide to it prints well on most terminals
TELEMETRY_PROMPT = """
\tTelemetry has been enabled for SAM CLI.
\t
\tYou can OPT OUT of telemetry by setting the environment variable
\tSAM_CLI_TELEMETRY=0 in your shell.
\tSAM CLI now collects telemetry to better understand customer needs.
\tYou can OPT OUT and disable telemetry collection by setting the
\tenvironment variable SAM_CLI_TELEMETRY=0 in your shell.
\tThanks for your help!
\tLearn More: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-telemetry.html
""" # noqa
Expand Down

0 comments on commit 3370cbf

Please sign in to comment.