mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:15:23 +02:00
Add colon to example descriptions
This commit is contained in:
parent
9d114dfd43
commit
7754dfcda5
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
`ruby {{script.rb}}`
|
||||
|
||||
- Execute a single command in the command line
|
||||
- Execute a single command in the command line:
|
||||
|
||||
`ruby -e {{command}}`
|
||||
|
||||
- Check if the given Ruby script is written correctly (Syntax check)
|
||||
- Check if the given Ruby script is written correctly (Syntax check):
|
||||
|
||||
`ruby -c {{script.rb}}`
|
||||
|
||||
- Show the version of Ruby you are using
|
||||
- Show the version of Ruby you are using:
|
||||
|
||||
`ruby -v`
|
||||
|
|
Loading…
Add table
Reference in a new issue