We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a59a2 + 0b068a5 commit bc05100Copy full SHA for bc05100
cmd/nerdctl/image/image_save.go
@@ -32,7 +32,7 @@ import (
32
33
func SaveCommand() *cobra.Command {
34
var cmd = &cobra.Command{
35
- Use: "save",
+ Use: "save [flags] IMAGE [IMAGE...]",
36
Args: cobra.MinimumNArgs(1),
37
Short: "Save one or more images to a tar archive (streamed to STDOUT by default)",
38
Long: "The archive implements both Docker Image Spec v1.2 and OCI Image Spec v1.0.",
0 commit comments