Skip to content

correcting a potentially confusing typo #313

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Options:

Arguments:
template - path to a template to generate
dest - path to a write the template. If not specfied, STDOUT is used
dest - path to write the template. If not specfied, STDOUT is used

Environment Variables:
DOCKER_HOST - default value for -endpoint
Expand All @@ -143,7 +143,7 @@ An example configuration file, **docker-gen.cfg** can be found in the examples f
Starts a configuration section

dest = "path/to/a/file"
path to a write the template. If not specfied, STDOUT is used
path to write the template. If not specfied, STDOUT is used

notifycmd = "/etc/init.d/foo reload"
run command after template is regenerated (e.g restart xyz)
Expand Down