Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 3b982cc

Browse files
Faris Huskoviccmoog
andauthored
Update internal/cmd/images.go
Co-authored-by: Charles Moog <[email protected]>
1 parent 4b965af commit 3b982cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func lsImgsCommand(user *string) *cobra.Command {
7878
}
7979
return nil
8080
default:
81-
return xerrors.Errorf("%q is not a supported output format", outputFmt)
81+
return xerrors.Errorf("%q is not a supported value for --output", outputFmt)
8282
}
8383
},
8484
}

0 commit comments

Comments
 (0)