From 47914631502908665a2e82070df63dd03b4664b8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 24 Jan 2024 09:36:21 +0100 Subject: [PATCH] documentation --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,