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/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/df.c') diff --git a/src/df.c b/src/df.c index e3d55c443..881b45fcf 100644 --- a/src/df.c +++ b/src/df.c @@ -855,7 +855,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ -a, --all include dummy file systems\n\ -B, --block-size=SIZE scale sizes by SIZE before printing them. E.g.,\n\ - `-BM' prints sizes in units of 1,048,576 bytes.\n\ + '-BM' prints sizes in units of 1,048,576 bytes.\n\ See SIZE format below.\n\ --total produce a grand total\n\ -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\ -- cgit v1.2.3-54-g00ecf