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/dirname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dirname.c') diff --git a/src/dirname.c b/src/dirname.c index 07ac9d854..b2afc52d6 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -48,7 +48,7 @@ Usage: %s NAME\n\ program_name, program_name); fputs (_("\ Output NAME with its last non-slash component and trailing slashes removed;\n\ -if NAME contains no /'s, output `.' (meaning the current directory).\n\ +if NAME contains no /'s, output '.' (meaning the current directory).\n\ \n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); -- cgit v1.2.3-54-g00ecf