I'm committing this as obvious.
2007-06-21 Eric Blake <[EMAIL PROTECTED]>
* locate/locate.c (set_max_db_age): Fix typo in error message.
Index: locate/locate.c
===================================================================
RCS file: /sources/findutils/findutils/locate/locate.c,v
retrieving revision 1.82
diff -u -p -b -r1.82 locate.c
--- locate/locate.c 12 Jun 2007 19:34:31 -0000 1.82
+++ locate/locate.c 21 Jun 2007 16:36:22 -0000
@@ -200,7 +200,7 @@ set_max_db_age(const char *s)
if (0 == *s)
{
error(1, 0,
- _("The argument argument for option --max-database-age must not be
empty"));
+ _("The argument for option --max-database-age must not be empty"));
}
@@ -1935,4 +1935,3 @@ main (int argc, char **argv)
return dolocate(argc, argv, dbfd);
}
-
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils