cli: Updated help text to say that lines in input files should end with a semicolon

This commit is contained in:
PaddiM8 2021-09-04 12:16:48 +02:00
parent 3e9230933e
commit f898c23769

View File

@ -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(