On 01/13/2017 09:41 AM, francisco dominguez wrote:

[please don't top-post on technical lists]

> The string I was referring to was this:
> 
> "Try 'cp --help' for more information"

$ GIT_PAGER= git grep -n 'for more information' src
src/extract-magic:57:      print $STREAM "Try '$ME --help' for more
information.\n";
src/system.h:678:      fprintf (stderr, _("Try '%s --help' for more
information.\n"), \

Looking at that line in system.h you'll see that it is done as part of
the emit_try_help() macro;

$ GIT_PAGER= git grep -n 'emit_try_help' src/cp.c
src/cp.c:155:    emit_try_help ();

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to