Skip to content

Commit 2fb4a3d

Browse files
committed
node: Change short for graphman prune --history to -y
Using `-h` here conflicts with the autogenerated help option, and it seems better to keep `-h` for help even though `-y` for history is a bit goofy
1 parent 72443b2 commit 2fb4a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/bin/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ pub enum Command {
230230
#[clap(long, short, default_value = "0.20")]
231231
prune_ratio: f64,
232232
/// How much history to keep in blocks
233-
#[clap(long, short, default_value = "10000")]
233+
#[clap(long, short = 'y', default_value = "10000")]
234234
history: usize,
235235
},
236236

0 commit comments

Comments
 (0)