tFix help text for jabbrev - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
HTML git clone git://src.adamsgaard.dk/scholarref
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b1b2d9209ab73ccc65269a2e56138c6f46ee4204
DIR parent cdc296482ea598cfab032d8852dee2ee24553944
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 2 Jan 2020 10:33:04 +0100
Fix help text for jabbrev
Diffstat:
M README | 2 +-
M jabbrev | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/README b/README
t@@ -102,7 +102,7 @@ OPTIONS are one or more of the following:
-c, --clip send abbreviation to clipboard (requires xclip)
-- do not consider any following args as options
-Known bug: Unabbreviated words are also given a trailing space
+Known bug: Unabbreviated words are also given a trailing dot.
## References
0: https://tools.suckless.org/dmenu/
DIR diff --git a/jabbrev b/jabbrev
t@@ -15,7 +15,7 @@ show_help() {
echo " -c, --clip send abbreviation to clipboard (requires xclip)"
echo " -- do not consider any following args as options"
echo
- echo "Known bug: Unabbreviated words are also given a trailing space"
+ echo "Known bug: Unabbreviated words are also given a trailing dot."
}
show_version() {