mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 08:46:15 +02:00
sv: fix example titles
This commit is contained in:
parent
2ba6fa13a7
commit
deb6b4e4a8
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
> Control a running runsv service.
|
||||
|
||||
- Start a service.
|
||||
- Start a service:
|
||||
|
||||
`sv up {{path/to/service}}`
|
||||
|
||||
- Stop a service
|
||||
- Stop a service:
|
||||
|
||||
`sv down {{path/to/service}}`
|
||||
|
||||
- Get service status
|
||||
- Get service status:
|
||||
|
||||
`sv status {{path/to/service}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue