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 | 6810307505547498038d02f9363eaf1f1779b081 (diff) | |
| download | monzero-core-1873af35bfe4f475cfc3c3af66015cd03c34b93b.tar.gz monzero-core-1873af35bfe4f475cfc3c3af66015cd03c34b93b.tar.xz monzero-core-1873af35bfe4f475cfc3c3af66015cd03c34b93b.zip | |
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 |
