summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman.1.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-03-05 15:07:19 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-03-10 08:33:39 +0100
commit49b70946bcbe9c997fd523b0ecb0ea57a85fd7fa (patch)
tree9fbbe9e6d4c5c9d397bf8a8b45d0dd79d923d93d /docs/source/markdown/podman.1.md
parent3d48940927b1133e2bfd1c3accba84345cc56ee6 (diff)
downloadpodman-49b70946bcbe9c997fd523b0ecb0ea57a85fd7fa.tar.gz
podman-49b70946bcbe9c997fd523b0ecb0ea57a85fd7fa.tar.bz2
podman-49b70946bcbe9c997fd523b0ecb0ea57a85fd7fa.zip
docs: clarify that --syslog expects an argument
Clarify in the man page that --syslog expexts an argument to prevent users from believing it's a switch. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-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**