From 6d30d24dd689e8078f56eede486af3238077c0ae Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Mon, 17 Aug 2026 15:57:06 +0000 Subject: [PATCH] expr: remove redundant about text from after-help The expr utility showed its about text twice in --help output: once from the about field and again at the start of after-help. Remove the duplicated first sentence from expr-after-help in both en-US and fr-FR locales so the help text reads naturally. Fixes #13983. --- src/uu/expr/locales/en-US.ftl | 2 +- src/uu/expr/locales/fr-FR.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/expr/locales/en-US.ftl b/src/uu/expr/locales/en-US.ftl index e57166733f..4f1c2a30d3 100644 --- a/src/uu/expr/locales/en-US.ftl +++ b/src/uu/expr/locales/en-US.ftl @@ -1,7 +1,7 @@ expr-about = Print the value of EXPRESSION to standard output expr-usage = expr [EXPRESSION] expr [OPTIONS] -expr-after-help = Print the value of EXPRESSION to standard output. A blank line below +expr-after-help = A blank line below separates increasing precedence groups. EXPRESSION may be: diff --git a/src/uu/expr/locales/fr-FR.ftl b/src/uu/expr/locales/fr-FR.ftl index e155b16f1c..2e7e391a88 100644 --- a/src/uu/expr/locales/fr-FR.ftl +++ b/src/uu/expr/locales/fr-FR.ftl @@ -1,7 +1,7 @@ expr-about = Afficher la valeur de EXPRESSION sur la sortie standard expr-usage = expr [EXPRESSION] expr [OPTIONS] -expr-after-help = Afficher la valeur de EXPRESSION sur la sortie standard. Une ligne vide ci-dessous +expr-after-help = Une ligne vide ci-dessous sépare les groupes de précédence croissante. EXPRESSION peut être :