bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: little findutils bug in locate


From: Stepan Kasal
Subject: Re: little findutils bug in locate
Date: Sat, 27 Jul 2002 06:25:19 +0000 (UTC)
User-agent: slrn/0.9.6.2 (Linux)

On Tue, 23 Jul 2002 16:25:32 +0200, Thomas Arnhold <address@hidden> wrote:
> If I run "locate --help" or without arguments there's a little "\n"
> missing on the end (after e-mail).

Hello,
        here is a patch.  Thank you for the bug report.
Kevin, will you please apply it?

Regards,
        Stepan Kasal

Sat Jul 27 08:21:28 CEST 2002  Stepan Kasal  <address@hidden>

        * locate/locate.c (usage): add newline.

diff -urpN findutils-4.1.7.orig/locate/locate.c findutils-4.1.7/locate/locate.c
--- findutils-4.1.7.orig/locate/locate.c        Sun May 20 22:39:37 2001
+++ findutils-4.1.7/locate/locate.c     Sat Jul 27 08:20:27 2002
@@ -427,7 +427,7 @@ usage (stream, status)
 Usage: %s [-d path | --database=path] [-e | --existing]\n\
       [-i | --ignore-case] [--version] [--help] pattern...\n"),
           program_name);
-  fputs (_("\nReport bugs to <address@hidden>."), stream);
+  fputs (_("\nReport bugs to <address@hidden>.\n"), stream);
   exit (status);
 }
 





reply via email to

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