diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-run.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 3a7a2954a..3cb25cdae 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -620,8 +620,8 @@ This should list the message sent to logger. ### Attaching to one or more from STDIN, STDOUT, STDERR -If you do not specify -a then podman will attach everything (stdin,stdout,stderr) -. You can specify to which of the three standard streams (stdin, stdout, stderr) +If you do not specify -a then podman will attach everything (stdin,stdout,stderr). +You can specify to which of the three standard streams (stdin, stdout, stderr) you'd like to connect instead, as in: # podman run -a stdin -a stdout -i -t fedora /bin/bash |