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/du/files0-from | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/du/files0-from') diff --git a/tests/du/files0-from b/tests/du/files0-from index d6175407a..fb25c3f0f 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -32,7 +32,7 @@ my @Tests = ['f-extra-arg', '--files0-from=- no-such', {IN=>"a"}, {EXIT=>1}, {ERR => "$prog: extra operand `no-such'\n" . "file operands cannot be combined with --files0-from\n" - . "Try `$prog --help' for more information.\n"} + . "Try '$prog --help' for more information.\n"} ], # missing input file -- cgit v1.2.3-54-g00ecf