From 58b651418ee59eb576595718439352f244b23ddc Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 14 Jul 2024 13:58:11 +0100 Subject: add readme --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ed024fc..8f63ca2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ /// tree-based source processor #[derive(argh::FromArgs)] struct Cli { - /// read the TBSP program source from a file + /// read the tbsp program source from a file #[argh(option, short = 'f')] program_file: std::path::PathBuf, -- cgit v1.2.3