diff --git a/crates/nu-command/src/commands/date/to_timezone.rs b/crates/nu-command/src/commands/date/to_timezone.rs index e0da422c6a..fc6cbfce14 100644 --- a/crates/nu-command/src/commands/date/to_timezone.rs +++ b/crates/nu-command/src/commands/date/to_timezone.rs @@ -27,10 +27,11 @@ impl WholeStreamCommand for Date { } fn usage(&self) -> &str { - "Convert a date to a given time zone. - -Use `date list-timezone` to list all supported time zones. - " + "Convert a date to a given time zone." + } + + fn extra_usage(&self) -> &str { + "Use 'date list-timezone' to list all supported time zones." } async fn run(&self, args: CommandArgs) -> Result {