documentation

This commit is contained in:
Mylloon 2024-01-24 09:36:21 +01:00
parent aafd734728
commit 4791463150
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -26,7 +26,7 @@ struct Args {
#[clap(short, long, value_name = "FILE NAME")]
export: Option<String>,
/// 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,