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/' --- tests/misc/seq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/seq') diff --git a/tests/misc/seq b/tests/misc/seq index dabdccf4e..05770b0da 100755 --- a/tests/misc/seq +++ b/tests/misc/seq @@ -24,7 +24,7 @@ use strict; @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; my $prog = 'seq'; -my $try_help = "Try `$prog --help' for more information.\n"; +my $try_help = "Try '$prog --help' for more information.\n"; my $locale = $ENV{LOCALE_FR_UTF8}; ! defined $locale || $locale eq 'none' -- cgit v1.2.3-70-g09d2