aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-23 10:40:01 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-23 10:40:01 +0300
commite917544c090a960c7904e3ef7b237b113f794ffd (patch)
treebd4c07bcd5a2d945c4e36e3b461746d4f0b9833c /src/gdbmtool.c
parent52acc6d5ac3e4bf32924dc0819db19c654889436 (diff)
downloadgdbm-e917544c090a960c7904e3ef7b237b113f794ffd.tar.gz
gdbm-e917544c090a960c7904e3ef7b237b113f794ffd.tar.bz2
Fix typo
Diffstat (limited to 'src/gdbmtool.c')
-rw-r--r--src/gdbmtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index d0b2694..e99547d 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -2145,7 +2145,7 @@ main (int argc, char *argv[])
{
if (input)
{
- terror (_("--file and and command cannot be used together"));
+ terror (_("--file and command cannot be used together"));
exit (EXIT_USAGE);
}
input = instream_argv_create (argc, argv);

Return to:

Send suggestions and report system problems to the System administrator.