From a18a4267809a5f7a6b6fa38f75a723bed3fa62bb Mon Sep 17 00:00:00 2001 From: k0pernicus <antonin.carette@gmail.com> Date: Mon, 23 Nov 2015 00:11:59 +0100 Subject: [PATCH] Update the main documentation of 'read' --- main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rs b/main.rs index 5403b9ee..6ed89a65 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>| {}), }); -- GitLab