From e826849b875d0d0504adb80123e09f3a9b9393b6 Mon Sep 17 00:00:00 2001 From: k0pernicus <antonin.carette@gmail.com> Date: Mon, 23 Nov 2015 00:12:31 +0100 Subject: [PATCH] Update the main doc for 'run' --- main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rs b/main.rs index 6ed89a65..252d99a5 100644 --- a/main.rs +++ b/main.rs @@ -192,7 +192,7 @@ impl<'a> Command<'a> { commands.push(Command { name: "run", - help: "", + help: "Reads and runs a script file\n run <my_script>", main: Box::new(|args: &Vec<String>| { if let Some(path) = args.get(1) { -- GitLab