From 81720d306e51520bbc5e5e522433d73dae311122 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Nov 2004 08:56:53 +0000 Subject: [PATCH] (usage): Put the description of `[-n] STRING' on two lines, one for `-n STRING' and one for `STRING' so that help2man properly escapes the `-'. Otherwise, the hyphen is rendered inappropriately in UTF-8 locales. --- src/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test.c b/src/test.c index 9d55631789..386e17d2bf 100644 --- a/src/test.c +++ b/src/test.c @@ -857,7 +857,8 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ "), stdout); fputs (_("\ \n\ - [-n] STRING the length of STRING is nonzero\n\ + -n STRING the length of STRING is nonzero\n\ + STRING equivalent to -n STRING\n\ -z STRING the length of STRING is zero\n\ STRING1 = STRING2 the strings are equal\n\ STRING1 != STRING2 the strings are not equal\n\ -- 2.47.2