Skip to content

Commit

Permalink
Merge pull request #440 from Chia-Network/dl_get_value
Browse files Browse the repository at this point in the history
Change -h flag to -k for datalayer get_value command
  • Loading branch information
danieljperry authored Dec 11, 2023
2 parents 8334e0f + bc0f440 commit 2f162b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli-reference/datalayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ Options:
| Short Command | Long Command | Type | Required | Description |
| :------------ | :-------------- | :------ | :------- | :---------------------------------------------------------------------------------------------------------- |
| -store | --id | TEXT | True | The hexadecimal store id |
| -h | --key | TEXT | True | The hexadecimal key |
| -k | --key | TEXT | True | The hexadecimal key |
| -r | --root_hash | TEXT | False | The hexadecimal root hash |
| -dp | --data-rpc-port | INTEGER | False | Set the port where the DataLayer is hosting the RPC interface. See rpc_port under data_layer in config.yaml |
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which wallet to use |
Expand Down

0 comments on commit 2f162b5

Please sign in to comment.