Skip to content

Commit ada59ba

Browse files
authored
correcting a potentially confusing typo
Signed-off-by: Charles Arehart <[email protected]>
1 parent 4edc190 commit ada59ba

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
@@ -120,7 +120,7 @@ Options:
120120
121121
Arguments:
122122
template - path to a template to generate
123-
dest - path to a write the template. If not specfied, STDOUT is used
123+
dest - path to write the template. If not specfied, STDOUT is used
124124
125125
Environment Variables:
126126
DOCKER_HOST - default value for -endpoint
@@ -143,7 +143,7 @@ An example configuration file, **docker-gen.cfg** can be found in the examples f
143143
Starts a configuration section
144144
145145
dest = "path/to/a/file"
146-
path to a write the template. If not specfied, STDOUT is used
146+
path to write the template. If not specfied, STDOUT is used
147147
148148
notifycmd = "/etc/init.d/foo reload"
149149
run command after template is regenerated (e.g restart xyz)

0 commit comments

Comments
 (0)