summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-10 21:57:04 +0100
committerGitHub <noreply@github.com>2020-03-10 21:57:04 +0100
commitfe49daa3c2e83bd0ec8ee36ec156b73967f4f0da (patch)
treeaab55239add80e612af4553382f744df1b793c85 /docs/source
parentd083d6a8fc965a7eb42045a72f4685052860a2bd (diff)
parent7534f9dd1a2e9ee4b7a7a7333ff2ec636949d68f (diff)
downloadpodman-fe49daa3c2e83bd0ec8ee36ec156b73967f4f0da.tar.gz
podman-fe49daa3c2e83bd0ec8ee36ec156b73967f4f0da.tar.bz2
podman-fe49daa3c2e83bd0ec8ee36ec156b73967f4f0da.zip
Merge pull request #5402 from vrothberg/syslog
docs: clarify bools in `podman --help`
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index 853b5ecec..86d246e87 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -104,11 +104,11 @@ specify additional options via the `--storage-opt` flag.
Storage driver option, Default storage driver options are configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode). The `STORAGE_OPTS` environment variable overrides the default. The --storage-opt specified options overrides all.
-**--syslog**
+**--syslog**=*true|false*
-Output logging information to syslog as well as the console.
+Output logging information to syslog as well as the console (default *false*).
-On remote clients, logging is directed to the file $HOME/.config/containers/podman.log
+On remote clients, logging is directed to the file $HOME/.config/containers/podman.log.
**--tmpdir**