diff --git a/docs/source/server-reference/bigchaindb-cli.md b/docs/source/server-reference/bigchaindb-cli.md index 57d119f4..869ef804 100644 --- a/docs/source/server-reference/bigchaindb-cli.md +++ b/docs/source/server-reference/bigchaindb-cli.md @@ -67,6 +67,9 @@ Write transactions to the backlog (for benchmarking tests). You can learn more a $ bigchaindb load -h ``` +Note: This command uses the Python Server API to write transactions to the database. It _doesn't_ use the HTTP API or a driver that wraps the HTTP API. + + ## bigchaindb set-shards Set the number of shards in the underlying datastore. For example, the following command will set the number of shards to four: