diff options
Diffstat (limited to 'docs/podman-export.1.md')
-rw-r--r-- | docs/podman-export.1.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/podman-export.1.md b/docs/podman-export.1.md index 92811b43e..6029beeb5 100644 --- a/docs/podman-export.1.md +++ b/docs/podman-export.1.md @@ -4,15 +4,12 @@ podman export - Export container's filesystem contents as a tar archive ## SYNOPSIS -**podman export** -**CONTAINER** -[**--output**|**-o**] -[**--help**|**-h**] +**podman export** [*options*] *container* ## DESCRIPTION **podman export** exports the filesystem of a container and saves it as a tarball on the local machine. **podman export** writes to STDOUT by default and can be -redirected to a file using the **output flag**. +redirected to a file using the `--output` flag. Note: `:` is a restricted character and cannot be part of the file name. **podman [GLOBAL OPTIONS]** @@ -27,6 +24,10 @@ Note: `:` is a restricted character and cannot be part of the file name. Write to a file, default is STDOUT +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |