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/mktemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mktemp.c') diff --git a/src/mktemp.c b/src/mktemp.c index 9ae6538e2..aa92b6811 100644 --- a/src/mktemp.c +++ b/src/mktemp.c @@ -68,7 +68,7 @@ usage (int status) printf (_("Usage: %s [OPTION]... [TEMPLATE]\n"), program_name); fputs (_("\ Create a temporary file or directory, safely, and print its name.\n\ -TEMPLATE must contain at least 3 consecutive `X's in last component.\n\ +TEMPLATE must contain at least 3 consecutive 'X's in last component.\n\ If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.\n\ "), stdout); fputs (_("\ -- cgit v1.2.3-54-g00ecf