Fix doc example for echo

This commit is contained in:
Kevin Ballard 2014-10-01 15:30:36 -07:00
parent 646d9ab431
commit b592da41f6

View file

@ -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