From 0c2d21d3f2e8c8eabfb061f24db9368788254a00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Feb 2007 16:15:34 +0100 Subject: * src/csplit.c (usage): Use two spaces (not one) to separate each option string from its description, so help2man formats the derived man page properly. Reported by Thomas Huriaux in . * src/df.c (usage): Likewise. * src/du.c (usage): Likewise. * src/install.c (usage): Likewise. * src/ls.c (usage): Likewise. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index dbcc83ef4..364ea9140 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4335,7 +4335,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ (overridden by -a or -A)\n\ "), stdout); fputs (_("\ - --indicator-style=WORD append indicator with style WORD to entry names:\n\ + --indicator-style=WORD append indicator with style WORD to entry names:\n\ none (default), slash (-p),\n\ file-type (--file-type), classify (-F)\n\ -i, --inode print the index number of each file\n\ -- cgit v1.2.3-54-g00ecf