From f898c23769af12971dd5bab43534c9280a3accbe Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sat, 4 Sep 2021 12:16:48 +0200 Subject: [PATCH] cli: Updated help text to say that lines in input files should end with a semicolon --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 073f95d..383a897 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -16,7 +16,7 @@ fn main() { .action(default_action) .flag( Flag::new("input-file", FlagType::String) - .description("Load a file with predefined variables and functions") + .description("Load a file with predefined variables and functions. End lines with a semicolon.") .alias("i"), ) .flag(