]> git.pld-linux.org Git - packages/findutils.git/blob - findutils-xargs_help_cr.patch
- some pld.org.pl->pld-linux.org cosmetics
[packages/findutils.git] / findutils-xargs_help_cr.patch
1 diff -urN findutils-4.1.7.orig/xargs/xargs.c findutils-4.1.7/xargs/xargs.c
2 --- findutils-4.1.7.orig/xargs/xargs.c  Mon Feb  4 16:51:29 2002
3 +++ findutils-4.1.7/xargs/xargs.c       Mon Feb  4 16:53:11 2002
4 @@ -922,6 +922,6 @@
5         [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n\
6         [command [initial-arguments]]\n"),
7            program_name);
8 -  fputs (_("\nReport bugs to <bug-findutils@gnu.org>."), stream);
9 +  fputs (_("\nReport bugs to <bug-findutils@gnu.org>.\n"), stream);
10    exit (status);
11  }
This page took 0.028437 seconds and 3 git commands to generate.