diff --git a/src/main.rs b/src/main.rs index d406e0b..aa2e8fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -155,7 +155,10 @@ fn main() { .subcommand(SubCommand::with_name("display") .visible_alias("d") - .about("Display the current timesheet or a specific. Pass `all' as SHEET to display all unarchived sheets or `full' to display archived and unarchived sheets.") + .about( + "Display the current timesheet or a specific. Pass `all' as \ + SHEET to display all unarchived sheets or `full' to display \ + archived and unarchived sheets.") .arg(ids_arg.clone()) .arg(start_arg.clone()) .arg(end_arg.clone())