From b582588b642e8a38956df2b573ae2be51f19e082 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 14 Oct 2025 16:50:31 +0200 Subject: correct some typos --- src/bibiman/citekeys/citekey_utils.rs | 13 +++++++------ 1 file 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::().bold(), "format-citekeys".bold(), + "[OPTIONS]".bold(), "--source=".bold(), - "--output=".bold() + "[--output=]".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::().bold(), "--dry-run".bold() -- cgit v1.2.3