Skip to content

Commit 5b3671d

Browse files
committed
fixup! sim-cli: surface CLI option to run sim network with speedup
1 parent cc3cb24 commit 5b3671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim-cli/src/parsing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct Cli {
8686
pub fix_seed: Option<u64>,
8787
/// A multiplier to wall time to speed up the simulation's clock. Only available when when running on a network of
8888
/// simulated nodes.
89-
#[clap(long, short)]
89+
#[clap(long)]
9090
pub speedup_clock: Option<u16>,
9191
}
9292

0 commit comments

Comments
 (0)