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/fmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/fmt') diff --git a/tests/misc/fmt b/tests/misc/fmt index 29858fe59..ef10e8274 100755 --- a/tests/misc/fmt +++ b/tests/misc/fmt @@ -37,7 +37,7 @@ my @Tests = ['obs-1', '-c -72', {ERR => "fmt: invalid option -- 7; -WIDTH is recognized only when it" . " is the first\noption; use -w N instead\n" - . "Try `fmt --help' for more information.\n" }, {EXIT => 1}], + . "Try 'fmt --help' for more information.\n" }, {EXIT => 1}], # With --prefix=P, do not remove leading space on lines without the prefix. ['pfx-1', qw (-p '>'), -- cgit v1.2.3-54-g00ecf