diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-01 14:57:29 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-01 15:01:54 -0400 |
commit | 8da24f2f7d3472d2be4ccde8e7b42790671d464f (patch) | |
tree | 98e4e0eb9b594e9279ea973587524148360a9dfc /docs/podman.1.md | |
parent | 6bbeda6da5f1facef226125b2089d8f1712208c8 (diff) | |
download | podman-8da24f2f7d3472d2be4ccde8e7b42790671d464f.tar.gz podman-8da24f2f7d3472d2be4ccde8e7b42790671d464f.tar.bz2 podman-8da24f2f7d3472d2be4ccde8e7b42790671d464f.zip |
Use "none" instead of "null" for the null eventer
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 7aa15019a..bfb5a9aec 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -36,9 +36,9 @@ Note: CGroup manager is not supported in rootless mode when using CGroups Versio Path to where the cpu performance results should be written -**--events-logger**=**type** +**--events-logger**=*type* -Backend to use for storing events. Allowed values are **file**, **journald**, and **null**. +Backend to use for storing events. Allowed values are **file**, **journald**, and **none**. **--hooks-dir**=*path* |