aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.