summaryrefslogtreecommitdiff
path: root/docs/podman.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-07-24 16:11:26 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-07-24 16:12:31 -0400
commit1b51e88098e0c77cddd8de3484ef56965352bcf3 (patch)
tree6d03fc698722a711200ed41209a865f205676896 /docs/podman.1.md
parenta05a97432c6e78849ffb176c929262089233838d (diff)
downloadpodman-1b51e88098e0c77cddd8de3484ef56965352bcf3.tar.gz
podman-1b51e88098e0c77cddd8de3484ef56965352bcf3.tar.bz2
podman-1b51e88098e0c77cddd8de3484ef56965352bcf3.zip
Update comments in BoltDB and In-Memory states
Better explain the inner workings of both state types in comments to make reviews and changes easier. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r--docs/podman.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 41c427ec6..1ca420d12 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -37,11 +37,11 @@ Path to where the cpu performance results should be written
**--log-level**
-log messages above specified level: debug, info, warn, error (default), fatal or panic
+Log messages above specified level: debug, info, warn, error (default), fatal or panic
**--namespace**
-set libpod namespace. Namespaces are used to separate groups of containers and pods in libpod's state.
+Set libpod namespace. Namespaces are used to separate groups of containers and pods in libpod's state.
When namespace is set, created containers and pods will join the given namespace, and only containers and pods in the given namespace will be visible to Podman.
**--root**=**value**