Этот коммит содержится в:
AJ ONeal 2019-07-10 01:55:01 -06:00
родитель f9631d852a
Коммит dd25ba0787
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ And what that might look like:
```
# Here the service is named "foo" implicitly
# '--bar /baz' is passed as arguments to foo.exe
# '--bar /baz' will be used for arguments to foo.exe in the service file
serviceman add foo.exe -- --bar /baz
```