Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KaKeimei committed May 8, 2024
1 parent a195e19 commit 17fc87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/nodes/usage/prune-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pruning is a useful feature for individual users or small organizations that wis
prune=<n>
```

Replace <n> with the number of megabytes you want to allocate for blockchain data storage. For example, to allocate 1 GB of storage, you can set `prune=1000`. See [start up command](../installation/start-up-command.md) for more information.
Replace n with the number of megabytes you want to allocate for blockchain data storage. For example, to allocate 1 GB of storage, you can set `prune=1000`. See [start up command](../installation/start-up-command.md) for more information.

### Option B: Using the Startup Command

Expand All @@ -40,7 +40,7 @@ When starting the MVC node, you can specify the prune mode directly in the start
mvcd -prune=<n>
```

Replace <n> with the number of megabytes you want to allocate for blockchain data storage. For example, to allocate 1 GB of storage, you can use `mvcd -prune=1000`. See [start up command](../installation/start-up-command.md) for more information.
Replace n with the number of megabytes you want to allocate for blockchain data storage. For example, to allocate 1 GB of storage, you can use `mvcd -prune=1000`. See [start up command](../installation/start-up-command.md) for more information.

### Option C: Using the MVC-CLI

Expand All @@ -50,7 +50,7 @@ You can prune the blockchain data using the MVC-CLI tool. Use the following comm
mvc-cli pruneblockchain <n>
```

Replace <n> with the height of the block up to which you want to prune the blockchain data. For example, to prune the blockchain up to block height 500, you can use `mvc-cli pruneblockchain 500`. See [MVC-CLI Blockchain](../usage/mvc-cli/blockchain.md) for more information.
Replace n with the height of the block up to which you want to prune the blockchain data. For example, to prune the blockchain up to block height 500, you can use `mvc-cli pruneblockchain 500`. See [MVC-CLI Blockchain](../usage/mvc-cli/blockchain.md) for more information.

## How to confirm prune mode

Expand Down

0 comments on commit 17fc87a

Please sign in to comment.