diff --git a/cli/src/commands/create/mod.rs b/cli/src/commands/create/mod.rs index 2c7a9755..e51f10ae 100644 --- a/cli/src/commands/create/mod.rs +++ b/cli/src/commands/create/mod.rs @@ -64,7 +64,7 @@ pub enum CreateArgs { /// Set a new value for a quota Quota(CreateQuotaArgs), - #[structopt(name = "stream")] + #[structopt(name = "streams")] /// Create a stream Stream(CreateStreamsArgs), }