mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +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
|
||||
|
||||
\fish
|
||||
echo -e 'Top\\nBottom'
|
||||
echo -e 'Top\nBottom'
|
||||
\endfish
|
||||
Print Top and Bottom on separate lines, using an escape sequence
|
||||
|
|
Loading…
Reference in a new issue