Skip to content

Commit 25dc5d6

Browse files
authored
Promote prune-pre-merge-blocks subcommand (#8715)
Remove x- and unhide Signed-off-by: Simon Dudley <[email protected]>
1 parent b34aaa2 commit 25dc5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

besu/src/main/java/org/hyperledger/besu/cli/subcommands/storage/PrunePreMergeBlockDataSubCommand.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
/** The prune pre-merge block data sub command */
3434
@CommandLine.Command(
35-
name = "x-prune-pre-merge-blocks",
35+
name = "prune-pre-merge-blocks",
36+
aliases = "x-prune-pre-merge-blocks",
3637
description =
37-
"[Experimental] Prunes all pre-merge blocks and associated transaction receipts, leaving only headers and genesis block",
38-
hidden = true,
38+
"Prunes all pre-merge blocks and associated transaction receipts, leaving only headers and genesis block",
3939
mixinStandardHelpOptions = true,
4040
versionProvider = VersionProvider.class)
4141
public class PrunePreMergeBlockDataSubCommand implements Runnable {

0 commit comments

Comments
 (0)