A file-based task manager

Fix cli doc

+1 -1
+1 -1
src/main.rs
··· 220 220 #[derive(Args)] 221 221 #[group(required = false, multiple = false)] 222 222 struct FindArgs { 223 - /// Include the contents of tasks in the search criteria. 223 + /// Exclude the contents of tasks in the search criteria. 224 224 #[arg(short = 'b', default_value_t = false)] 225 225 exclude_body: bool, 226 226 /* TODO: implement this