aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukeflo2025-10-14 16:50:31 +0200
committerlukeflo2025-10-14 16:50:31 +0200
commitb582588b642e8a38956df2b573ae2be51f19e082 (patch)
treee744f69d5e1c4a240f70086f40bb0f8b4e011f61
parent3cd41cb1bc2046f1710175999305ab08508bae69 (diff)
downloadbibiman-b582588b642e8a38956df2b573ae2be51f19e082.tar.gz
bibiman-b582588b642e8a38956df2b573ae2be51f19e082.zip
correct some typos
-rw-r--r--src/bibiman/citekeys/citekey_utils.rs13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/bibiman/citekeys/citekey_utils.rs b/src/bibiman/citekeys/citekey_utils.rs
index 61a1804..b8f5600 100644
--- a/src/bibiman/citekeys/citekey_utils.rs
+++ b/src/bibiman/citekeys/citekey_utils.rs
@@ -38,11 +38,12 @@ pub(super) fn formatting_help() {
),
formatdoc!("{}", "USAGE".bold()),
formatdoc!(
- "\t{} {} {} {}\n",
+ "\t{} {} {} {} {}\n",
env!("CARGO_PKG_NAME").fg::<White>().bold(),
"format-citekeys".bold(),
+ "[OPTIONS]".bold(),
"--source=<SOURCE>".bold(),
- "--output=<TARGET>".bold()
+ "[--output=<TARGET>]".bold()
),
formatdoc!(
"
@@ -96,10 +97,10 @@ pub(super) fn formatting_help() {
formatdoc!(
"
\t{}
- \tWhen formatting citekeys also rename all PDFs and notefiles
- \tfollowing the bibiman citekey-basename scheme at the locations
- \tset in the config file. This option can break file paths. Try
- \twith {} first!
+ \tWhen this option is set, bibiman will also rename all PDFs and
+ \tnotefiles following the bibiman citekey-basename scheme at the
+ \tlocations set in the config file. This option can break file paths.
+ \tTry with {} first!
",
"-u, --update-attachments".fg::<White>().bold(),
"--dry-run".bold()