Corrected README calls

This commit is contained in:
Christian Muehlhaeuser 2018-03-13 05:17:17 +01:00
parent d38aa38fae
commit 72ca117598
No known key found for this signature in database
GPG Key ID: BA4CF857DD4117E9
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ A tool to generate systemd Unit files (newthing.service)
To generate a new service file non-interactively simply call:
```
$ service-generator /path/to/executable "Some description"
$ service-generator create /path/to/executable "Some description"
```
If you prefer a terminal UI, you can launch it with just an executable or no
arguments at all:
```
$ service-generator /path/to/executable
$ service-generator create
```
See `--help` for all commands and options.