aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/echo.txt
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-10-01 15:30:36 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-10-01 15:30:36 -0700
commitb592da41f6b71e884a8576b03cef467001fc3c46 (patch)
tree7f3d8f9f7a2c248626a92e86a14f0d0a419b6b2e /doc_src/echo.txt
parent646d9ab431f102588dfbc90e1c54ff879d164a8a (diff)
Fix doc example for `echo`
Diffstat (limited to 'doc_src/echo.txt')
-rw-r--r--doc_src/echo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/echo.txt b/doc_src/echo.txt
index 69d6df4e..75e9ce10 100644
--- a/doc_src/echo.txt
+++ b/doc_src/echo.txt
@@ -55,6 +55,6 @@ echo 'Hello World'
Print hello world to stdout
\fish
-echo -e 'Top\\nBottom'
+echo -e 'Top\nBottom'
\endfish
Print Top and Bottom on separate lines, using an escape sequence