Skip to content

Commit bc05100

Browse files
authored
Merge pull request #4398 from ChengyuZhu6/save
cmd/image: update save command usage string
2 parents 14a59a2 + 0b068a5 commit bc05100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/image/image_save.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
func SaveCommand() *cobra.Command {
3434
var cmd = &cobra.Command{
35-
Use: "save",
35+
Use: "save [flags] IMAGE [IMAGE...]",
3636
Args: cobra.MinimumNArgs(1),
3737
Short: "Save one or more images to a tar archive (streamed to STDOUT by default)",
3838
Long: "The archive implements both Docker Image Spec v1.2 and OCI Image Spec v1.0.",

0 commit comments

Comments
 (0)