maint: convert `...' to '...' in --help output
authorJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 13:08:03 +0000 (14:08 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 20:50:08 +0000 (21:50 +0100)
commit9af0dced5a2eb167ec7b9dfe3f358f214e45d41a
treeb182495d17047e581cbee89db69d76d87173b0cc
parent36b9a1b6ac2730e78c14552fd55795fe10862a3d
maint: convert `...' to '...' in --help output

All affected lines end with \ or \n\, so run this command
until it produces no new changes (4 times):
  git grep -E -l '`[^ ]+'\''.*\\' src \
    |xargs perl -pi -e 's/`([^ ]+'\''.*\\)/'\''$1/'
42 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/comm.c
src/cp.c
src/csplit.c
src/date.c
src/dd.c
src/df.c
src/dircolors.c
src/dirname.c
src/du.c
src/expr.c
src/extract-magic
src/head.c
src/install.c
src/join.c
src/kill.c
src/ln.c
src/ls.c
src/md5sum.c
src/mktemp.c
src/mv.c
src/nohup.c
src/pinky.c
src/printf.c
src/ptx.c
src/realpath.c
src/rm.c
src/rmdir.c
src/seq.c
src/sleep.c
src/sort.c
src/split.c
src/stdbuf.c
src/stty.c
src/tail.c
src/timeout.c
src/truncate.c
src/uniq.c
src/who.c
src/yes.c