Skip to content

Commit 4b9b762

Browse files
committed
improve wording in readme and documentation
1 parent d8fc4c5 commit 4b9b762

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

code/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void showHelp(const std::string& name)
119119
<< " files in a web browser for viewing. If this option is\n"
120120
<< " given, no such attempt is made.\n"
121121
<< " --subset-check - Search for messages with texts that are completely\n"
122-
<< " contained in other messages, too.\n"
122+
<< " contained in other messages.\n"
123123
<< " --list-from X - List all messages that were sent by user X, where X stands\n"
124124
<< " for the name of the user (not the numeric user id).\n"
125125
<< " Can occur multiple times for more than one user.\n"

documentation/extended_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ options:
6060
files in a web browser for viewing. If this option is
6161
given, no such attempt is made.
6262
--subset-check - Search for messages with texts that are completely
63-
contained in other messages, too.
63+
contained in other messages.
6464
--list-from X - List all messages that were sent by user X, where X stands
6565
for the name of the user (not the numeric user id).
6666
Can occur multiple times for more than one user.

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![GitHub CI GCC status](https://github.com/striezel/pmdb/workflows/GCC/badge.svg)](https://github.com/striezel/pmdb/actions)
66
[![GitHub CI MSYS2 status](https://github.com/striezel/pmdb/workflows/MSYS2/badge.svg)](https://github.com/striezel/pmdb/actions)
77

8-
pmdb is (or better: will be) a small command-line tool that can be used to
9-
"manage" private messages that were imported from vBulletin via an XML file.
8+
pmdb is a small command-line tool that can be used to handle private messages
9+
that were imported from vBulletin via an XML file.
1010

1111
TODO: Add more information.
1212

@@ -70,7 +70,7 @@ options:
7070
files in a web browser for viewing. If this option is
7171
given, no such attempt is made.
7272
--subset-check - Search for messages with texts that are completely
73-
contained in other messages, too.
73+
contained in other messages.
7474
--list-from X - List all messages that were sent by user X, where X stands
7575
for the name of the user (not the numeric user id).
7676
Can occur multiple times for more than one user.

0 commit comments

Comments
 (0)