aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/cliargs.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01268a7..d2827b4 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,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.
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.