Skip to content

Commit dee75d0

Browse files
committed
docs: typo
1 parent a717773 commit dee75d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Options:
9898
docker api endpoint (tcp|unix://..). Default unix:///var/run/docker.sock
9999
-include-stopped
100100
include stopped containers.
101-
Bypassed by when providing a container status filter (-container-filter status=foo).
101+
Bypassed when providing a container status filter (-container-filter status=foo).
102102
-interval int
103103
notify command interval (secs)
104104
-keep-blank-lines
@@ -124,10 +124,10 @@ Options:
124124
https://github.com/fsouza/go-dockerclient/blob/main/signal.go
125125
-only-exposed
126126
only include containers with exposed ports.
127-
Bypassed by when using the exposed filter with (-container-filter exposed=foo).
127+
Bypassed when using the exposed filter with (-container-filter exposed=foo).
128128
-only-published
129129
only include containers with published ports (implies -only-exposed).
130-
Bypassed by when providing a container published filter (-container-filter published=foo).
130+
Bypassed when providing a container published filter (-container-filter published=foo).
131131
-tlscacert string
132132
path to TLS CA certificate file (default "~/.docker/ca.pem")
133133
-tlscert string

cmd/docker-gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func initFlags() {
117117
flag.BoolVar(&onlyPublished, "only-published", false,
118118
"only include containers with published ports (implies -only-exposed). Bypassed when providing a container published filter (-container-filter published=foo).")
119119
flag.BoolVar(&includeStopped, "include-stopped", false,
120-
"include stopped containers. Bypassed by when providing a container status filter (-container-filter status=foo).")
120+
"include stopped containers. Bypassed when providing a container status filter (-container-filter status=foo).")
121121
flag.Var(&containerFilter, "container-filter",
122122
"container filter for inclusion by docker-gen. You can pass this option multiple times to combine filters with AND. https://docs.docker.com/engine/reference/commandline/ps/#filter")
123123

0 commit comments

Comments
 (0)