]> git.pld-linux.org Git - packages/findutils.git/blame - findutils-xargs_help_cr.patch
- up to 4.1.20
[packages/findutils.git] / findutils-xargs_help_cr.patch
CommitLineData
8c09bff7 1diff -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);
cab511aa 9+ fprintf (stream, "%s\n", _("\nReport bugs to <bug-findutils@gnu.org>."));
8c09bff7 10 exit (status);
11 }
This page took 0.126954 seconds and 4 git commands to generate.