diff --git a/src/cli.rs b/src/cli.rs index fb4c3174b..6f9b5928b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -73,7 +73,7 @@ pub enum HcScaffoldCommand { holo_enabled: bool, /// Whether to skip setting up an initial DNA and it's zome(s) after the web app is scaffolded - #[structopt(short = "F")] + #[structopt(long = "disable-fast-track", short = "F")] disable_fast_track: bool, }, /// Manage custom templates