Skip to content

Commit 1d0e791

Browse files
authored
Merge pull request #313 from carehart/patch-1
correcting a potentially confusing typo
2 parents 75b892d + ada59ba commit 1d0e791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Options:
128128
129129
Arguments:
130130
template - path to a template to generate
131-
dest - path to a write the template. If not specfied, STDOUT is used
131+
dest - path to write the template. If not specfied, STDOUT is used
132132
133133
Environment Variables:
134134
DOCKER_HOST - default value for -endpoint
@@ -151,7 +151,7 @@ An example configuration file, **docker-gen.cfg** can be found in the examples f
151151
Starts a configuration section
152152
153153
dest = "path/to/a/file"
154-
path to a write the template. If not specfied, STDOUT is used
154+
path to write the template. If not specfied, STDOUT is used
155155
156156
notifycmd = "/etc/init.d/foo reload"
157157
run command after template is regenerated (e.g restart xyz)

0 commit comments

Comments
 (0)