diff --git a/src/main.rs b/src/main.rs index 97a096f..181a9aa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ struct Args { #[clap(short, long, value_name = "FILE NAME")] export: Option, - /// Size of cell of the timetable (irrelevant when exporting the timetable) + /// Size of cell of the timetable (irrelevant when exporting) #[clap(short, long, value_name = "CELL LENGTH", default_value_t = 35)] cl: usize,