From eec024b2487a7b5c2f051cd9ac7218a0deab9dbd Mon Sep 17 00:00:00 2001 From: Basilio Bogado <541149+basiliskus@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:33:03 -0700 Subject: [PATCH] Fixed typo --- scripts/README.md | 2 +- scripts/submit.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index b503ca971..2e8ae53b4 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -38,7 +38,7 @@ Usage: ./submit.sh -f [-e ] Options: -f Message file path (Required) - -e Environment: local|staging|production (Default: ) + -e Environment: local|staging|production (Default: local) -x Path to the client private key for authentication with RS API (Required for non-local environments) -z Path to the client private key for authentication with TI API (Optional for all environments) -h Display this help and exit diff --git a/scripts/submit.sh b/scripts/submit.sh index 9e8c1be2f..1a93990b5 100755 --- a/scripts/submit.sh +++ b/scripts/submit.sh @@ -12,7 +12,7 @@ Usage: $(basename "$0") -f [-e ] Options: -f Message file path (Required) - -e Environment: local|staging|production (Default: $DEFAULT_ENV) + -e Environment: local|staging|production (Default: $env) -x Path to the client private key for authentication with RS API (Required for non-local environments) -z Path to the client private key for authentication with TI API (Optional for all environments) -h Display this help and exit