Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/uu/expr/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/uu/expr/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
@@ -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 :
Expand Down
Loading