bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--max-database-age typo


From: Eric Blake
Subject: --max-database-age typo
Date: Thu, 21 Jun 2007 16:41:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'm committing this as obvious.

2007-06-21  Eric Blake  <address@hidden>

        * 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);
 }
-






reply via email to

[Prev in Thread] Current Thread [Next in Thread]