diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-12 23:45:06 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-12 23:45:06 +0300 |
commit | ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da (patch) | |
tree | 76afa9c42f86e10f3816ae3e60e2ffef6b1998db /src/main.rs | |
parent | e6b225226d4f19577ac7c46e3bf43d97ae77c670 (diff) | |
download | finbudg-ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da.tar.gz finbudg-ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da.zip |
Man pages
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
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), ) |