mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
cli: Updated help text to say that lines in input files should end with a semicolon
This commit is contained in:
parent
3e9230933e
commit
f898c23769
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user