1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 12:26:03 +02:00

sv: fix example titles

This commit is contained in:
Alex Martin 2017-12-18 11:01:16 -05:00 committed by GitHub
parent 2ba6fa13a7
commit deb6b4e4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
> Control a running runsv service. > Control a running runsv service.
- Start a service. - Start a service:
`sv up {{path/to/service}}` `sv up {{path/to/service}}`
- Stop a service - Stop a service:
`sv down {{path/to/service}}` `sv down {{path/to/service}}`
- Get service status - Get service status:
`sv status {{path/to/service}}` `sv status {{path/to/service}}`