Skip to content

Commit

Permalink
Merge pull request #2618 from dbluhm/fix/wallet-help-text
Browse files Browse the repository at this point in the history
fix: wallet type help text out of date
  • Loading branch information
swcurran committed Nov 21, 2023
2 parents 6bd7a32 + 06dc973 commit fee8e62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,9 +1574,9 @@ def add_arguments(self, parser: ArgumentParser):
default="basic",
env_var="ACAPY_WALLET_TYPE",
help=(
"Specifies the type of Indy wallet provider to use. "
"Supported internal storage types are 'basic' (memory) and 'indy'. "
"The default (if not specified) is 'basic'."
"Specifies the type of wallet provider to use. "
"Supported internal storage types are 'basic' (memory) and 'askar'. "
"The default (if not specified) is 'basic'. 'indy' is deprecated."
),
)
parser.add_argument(
Expand All @@ -1586,7 +1586,7 @@ def add_arguments(self, parser: ArgumentParser):
default="default",
env_var="ACAPY_WALLET_STORAGE_TYPE",
help=(
"Specifies the type of Indy wallet backend to use. "
"Specifies the type of wallet backend to use. "
"Supported internal storage types are 'basic' (memory), "
"'default' (sqlite), and 'postgres_storage'. The default, "
"if not specified, is 'default'."
Expand Down

0 comments on commit fee8e62

Please sign in to comment.