diff --git a/src/email/envelope/command/list.rs b/src/email/envelope/command/list.rs index a2e5425..cbee4c2 100644 --- a/src/email/envelope/command/list.rs +++ b/src/email/envelope/command/list.rs @@ -49,7 +49,8 @@ pub struct ListEnvelopesCommand { /// This argument will force the table not to exceed the given /// width in pixels. Columns may shrink with ellipsis in order to /// fit the width. - #[arg(long, short = 'w', name = "table_max_width", value_name = "PIXELS")] + #[arg(long = "max-width", short = 'w')] + #[arg(name = "table_max_width", value_name = "PIXELS")] pub table_max_width: Option, /// The list envelopes filter and sort query.