From 9af0dced5a2eb167ec7b9dfe3f358f214e45d41a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 14:08:03 +0100 Subject: 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/' --- src/head.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/head.c') diff --git a/src/head.c b/src/head.c index 2ef3e9281..f4118e712 100644 --- a/src/head.c +++ b/src/head.c @@ -117,10 +117,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ -c, --bytes=[-]K print the first K bytes of each file;\n\ - with the leading `-', print all but the last\n\ + with the leading '-', print all but the last\n\ K bytes of each file\n\ -n, --lines=[-]K print the first K lines instead of the first 10;\n\ - with the leading `-', print all but the last\n\ + with the leading '-', print all but the last\n\ K lines of each file\n\ "), stdout); fputs (_("\ -- cgit v1.2.3-54-g00ecf