summaryrefslogtreecommitdiff
path: root/docs/podman-import.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-import.1.md')
-rw-r--r--docs/podman-import.1.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/podman-import.1.md b/docs/podman-import.1.md
index 053a41538..70b382a63 100644
--- a/docs/podman-import.1.md
+++ b/docs/podman-import.1.md
@@ -4,12 +4,7 @@
podman\-import - Import a tarball and save it as a filesystem image
## SYNOPSIS
-**podman import**
-**TARBALL**
-[**--change**|**-c**]
-[**--message**|**-m**]
-[**--help**|**-h**]
-[**-verbose**]
+**podman import** [*options*] *path*
## DESCRIPTION
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
@@ -18,12 +13,6 @@ Various image instructions can be configured with the **--change** flag and
a commit message can be set using the **--message** flag.
Note: `:` is a restricted character and cannot be part of the file name.
-**podman [GLOBAL OPTIONS]**
-
-**podman import [GLOBAL OPTIONS]**
-
-**podman import [OPTIONS] CONTAINER**
-
## OPTIONS
**--change, -c**
@@ -40,6 +29,14 @@ Set commit message for imported image
Shows progress on the import
+**-verbose**
+
+Print additional debugging information
+
+**--help**, **-h**
+
+Print usage statement
+
## EXAMPLES
```