From 8ac05f82a263364310dc9d8bfd734c478c03fbdd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jan 2012 17:18:14 +0100 Subject: maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" Automatically adjust both the source (now in only one place) and all tests that expect the resulting output via this: git grep -l 'Try.*--help' src/system.h tests \ | xargs perl -pi -e 's/Try \\?`(\S+ --help)/Try '\''$1/' --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index ff88cb473..9948aed1f 100644 --- a/src/system.h +++ b/src/system.h @@ -559,7 +559,7 @@ emit_ancillary_info (void) static inline void emit_try_help (void) { - fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name); + fprintf (stderr, _("Try '%s --help' for more information.\n"), program_name); } #include "inttostr.h" -- cgit v1.2.3-54-g00ecf