sv: fix example titles

coverage
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
1 changed files with 3 additions and 3 deletions

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}}`