mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-02-07 20:19:18 +01:00
cli: Updated help text to say that lines in input files should end with a semicolon
This commit is contained in:
parent
6d476a71f2
commit
cda0b29ed2
@ -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