diff --git a/bin/katana/src/args.rs b/bin/katana/src/args.rs index 6fd9a0b607..3c3c99499c 100644 --- a/bin/katana/src/args.rs +++ b/bin/katana/src/args.rs @@ -131,7 +131,8 @@ pub struct ServerOptions { pub max_connections: u32, #[arg(long)] - #[arg(help = "Enables the CORS layer and sets the allowed origins.")] + #[arg(value_delimiter = ',')] + #[arg(help = "Enables the CORS layer and sets the allowed origins, separated by commas.")] pub allowed_origins: Option>, }