account_tx: add comma

This commit is contained in:
mDuo13
2020-03-11 02:18:36 -07:00
parent 971710a262
commit decf9697f9

View File

@@ -46,7 +46,7 @@ An example of the request format:
```
# Syntax: account_tx account [ledger_index_min [ledger_index_max]] [limit] [offset] [binary] [count] [descending]
# For binary/count/descending use the parameter name for true and omit for false.
# For binary/count/descending, use the parameter name for true and omit for false.
rippled -- account_tx r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 -1 -1 2 0 binary descending
```