maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"
commit8ac05f82a263364310dc9d8bfd734c478c03fbdd
authorJim Meyering <meyering@redhat.com>
Sat, 7 Jan 2012 16:18:14 +0000 (7 17:18 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 7 Jan 2012 16:18:14 +0000 (7 17:18 +0100)
treea9254f40733a0b932f52d463cfd49c8a43946e19
parent101d1203c667ec3ab54a026dde43117563d4e944
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/'
19 files changed:
src/system.h
tests/du/files0-from
tests/ls/time-style-diag
tests/misc/basename
tests/misc/comm
tests/misc/cut
tests/misc/dirname
tests/misc/expr
tests/misc/factor
tests/misc/fmt
tests/misc/invalid-opt
tests/misc/mktemp
tests/misc/printf-cov
tests/misc/seq
tests/misc/sort-files0-from
tests/misc/tsort
tests/misc/uniq
tests/misc/wc-files0-from
tests/mv/diag