diff --git a/main.rs b/main.rs index 5403b9ee12c342fab18c3bc7cce657c4e1f661d5..6ed89a652f8301cf149f00e1b953eba0220e4dee 100644 --- a/main.rs +++ b/main.rs @@ -186,7 +186,7 @@ impl<'a> Command<'a> { commands.push(Command { name: "read", - help: "", + help: "To read some variables\n read <my_variable>", main: Box::new(|_: &Vec<String>| {}), });