diff --git a/examples/total-stake.rs b/examples/total-stake.rs index 5873675b3..a2b218100 100644 --- a/examples/total-stake.rs +++ b/examples/total-stake.rs @@ -12,7 +12,8 @@ struct App { )] endpoint: v2::Endpoint, #[structopt( - long = "lastfinal", + long = "block", + default_value = "lastfinal", help = "Block to query the data in. Defaults to last finalized block." )] block: BlockIdentifier,