summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/echo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/echo.c b/src/echo.c
index 11e648ed4..21213bf1f 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -67,12 +67,12 @@ Echo the STRING(s) to standard output.\n\
-n do not output the trailing newline\n\
"), stdout);
fputs (_(DEFAULT_ECHO_TO_XPG
- ? "\
+ ? N_("\
-e enable interpretation of backslash escapes (default)\n\
- -E disable interpretation of backslash escapes\n"
- : "\
+ -E disable interpretation of backslash escapes\n")
+ : N_("\
-e enable interpretation of backslash escapes\n\
- -E disable interpretation of backslash escapes (default)\n"),
+ -E disable interpretation of backslash escapes (default)\n")),
stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);