mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
Fix doc example for echo
This commit is contained in:
parent
646d9ab431
commit
b592da41f6
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@ echo 'Hello World'
|
||||||
Print hello world to stdout
|
Print hello world to stdout
|
||||||
|
|
||||||
\fish
|
\fish
|
||||||
echo -e 'Top\\nBottom'
|
echo -e 'Top\nBottom'
|
||||||
\endfish
|
\endfish
|
||||||
Print Top and Bottom on separate lines, using an escape sequence
|
Print Top and Bottom on separate lines, using an escape sequence
|
||||||
|
|
Loading…
Reference in a new issue