diff options
| author | lukeflo | 2025-05-30 17:36:50 +0200 |
|---|---|---|
| committer | lukeflo | 2025-05-30 17:36:50 +0200 |
| commit | 62580d8cc537808c34b0d9a0fe5554b4806a7aa6 (patch) | |
| tree | 519afb6eae13b17372ea236a4afb733dd56d249d /src/cliargs.rs | |
| parent | 202dc44a6dba403c5d13986fe4c3701a45a223c9 (diff) | |
| download | bibiman-62580d8cc537808c34b0d9a0fe5554b4806a7aa6.tar.gz bibiman-62580d8cc537808c34b0d9a0fe5554b4806a7aa6.zip | |
typo in --help function
Diffstat (limited to 'src/cliargs.rs')
| -rw-r--r-- | src/cliargs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cliargs.rs b/src/cliargs.rs index c7a0eb1..04886d1 100644 --- a/src/cliargs.rs +++ b/src/cliargs.rs @@ -130,7 +130,7 @@ FLAGS: -v, --version Show the version and exit -c, --config-file=<value> Path to config file used for current session. Takes precedence over standard config file. - --light-terminal=<value> Enable color mode for light terminal background + --light-terminal Enable color mode for light terminal background --pdf-dir=<value> Use PDF files named by citekey at the given path and its subdirs as value for the `file` field of the entry matching the citekey for the current session. |
