diff options
author | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:16:26 +0100 |
---|---|---|
committer | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:16:26 +0100 |
commit | 1873af35bfe4f475cfc3c3af66015cd03c34b93b (patch) | |
tree | 434b2541637805a810f97ed42df3bd9b35e73df0 /src | |
parent | Updated Copyright notice (diff) | |
download | monero-1873af35bfe4f475cfc3c3af66015cd03c34b93b.tar.xz |
Made code block usage consistent across all .md files
Diffstat (limited to 'src')
-rw-r--r-- | src/blockchain_utilities/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_utilities/README.md b/src/blockchain_utilities/README.md index ad5963f27..1462e3186 100644 --- a/src/blockchain_utilities/README.md +++ b/src/blockchain_utilities/README.md @@ -79,7 +79,7 @@ LMDB flags (more than one may be specified): ## Examples: -``` +```bash $ monero-blockchain-import --database lmdb#fastest $ monero-blockchain-import --database lmdb#nosync |