[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 07/16: src/utils/indxbib/indxbib.cpp: Tweak usage msg.
From: |
G. Branden Robinson |
Subject: |
[groff] 07/16: src/utils/indxbib/indxbib.cpp: Tweak usage msg. |
Date: |
Sun, 15 Dec 2024 16:34:38 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 251c610216111c70cc20c945bede962df8e00a76
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Dec 13 09:52:51 2024 -0600
src/utils/indxbib/indxbib.cpp: Tweak usage msg.
---
src/utils/indxbib/indxbib.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/utils/indxbib/indxbib.cpp b/src/utils/indxbib/indxbib.cpp
index 8bb705702..03fa1f1fb 100644
--- a/src/utils/indxbib/indxbib.cpp
+++ b/src/utils/indxbib/indxbib.cpp
@@ -353,8 +353,8 @@ static void usage(FILE *stream)
if (stdout == stream)
fputs("\n"
"GNU indxbib makes an inverted index of the bibliographic databases\n"
-"in each operand file to speed their access by refer(1), lookbib(1),\n"
-"and lkbib(1). See the indxbib(1) manual page.\n",
+"in each \"file\" operand to speed their access by refer(1),\n"
+"lookbib(1), and lkbib(1). See the indxbib(1) manual page.\n",
stream);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 07/16: src/utils/indxbib/indxbib.cpp: Tweak usage msg.,
G. Branden Robinson <=