diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-02 12:05:15 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-02 13:13:32 -0400 |
commit | 4b339145356e505971aa04773ef733c2938687ff (patch) | |
tree | 66f09f01e44b3e44c7cdf31af11a1cba94c6a3a7 | |
parent | 1e6413e3fde448d3b44fc36fd966d8d57af811f5 (diff) | |
download | podman-4b339145356e505971aa04773ef733c2938687ff.tar.gz podman-4b339145356e505971aa04773ef733c2938687ff.tar.bz2 podman-4b339145356e505971aa04773ef733c2938687ff.zip |
Fix typo in init manpage
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | docs/podman-init.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-init.1.md b/docs/podman-init.1.md index aff7a833d..f43757f62 100644 --- a/docs/podman-init.1.md +++ b/docs/podman-init.1.md @@ -16,7 +16,7 @@ This can be used to inspect the container before it runs, or debug why a contain ## OPTIONS -**--all, a** +**--all, -a** Initialize all containers. Containers that have already initialized (including containers that have been started and are running) are ignored. |