aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5341939..1dd437b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -66,7 +66,8 @@ fn get_cli_matches() -> ArgMatches<'static> {
)
.arg(
Arg::with_name("INPUT")
- .help("Expenses file in toml format to calculate from.")
+ .help("Expenses file to calculate from. For more information \
+ on the format of this file see 'man 5 finbudg'")
.required(true)
.index(1),
)