summaryrefslogtreecommitdiff
path: root/cmd/podman/containers/export.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/containers/export.go')
-rw-r--r--cmd/podman/containers/export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/containers/export.go b/cmd/podman/containers/export.go
index 1a59b7fff..f5e02d134 100644
--- a/cmd/podman/containers/export.go
+++ b/cmd/podman/containers/export.go
@@ -18,7 +18,7 @@ var (
" and saves it on the local machine."
exportCommand = &cobra.Command{
- Use: "export [flags] CONTAINER",
+ Use: "export [options] CONTAINER",
Short: "Export container's filesystem contents as a tar archive",
Long: exportDescription,
RunE: export,