mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:46:01 +02:00
cowsay: simplify example.
This commit is contained in:
parent
d96ae8af1f
commit
5bd8d80998
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Stampa un drago ASCII che dice "Ciao!":
|
||||
|
||||
`echo "Ciao!" | cowsay -f dragon`
|
||||
`cowsay -f dragon "Ciao!"`
|
||||
|
||||
- Stampa una mucca ASCII sballata che pensa:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Print an ASCII dragon saying "Hello!":
|
||||
|
||||
`echo "Hello!" | cowsay -f dragon`
|
||||
`cowsay -f dragon "Hello!"`
|
||||
|
||||
- Print a stoned thinking ASCII cow:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue