mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 16:55:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# hello
|
||||
|
||||
> Print "Hello, world!", "hello, world" or a customizable text.
|
||||
> More information: <https://www.gnu.org/software/hello/>.
|
||||
> More information: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
|
||||
|
||||
- Print "Hello, world!":
|
||||
|
||||
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print "hello, world", the traditional type:
|
||||
|
||||
`hello --traditional`
|
||||
`hello {{[-t|--traditional]}}`
|
||||
|
||||
- Print a text message:
|
||||
|
||||
`hello --greeting="{{greeting_text}}"`
|
||||
`hello {{[-g|--greeting]}} "{{greeting_text}}"`
|
||||
|
||||
Reference in New Issue
Block a user