You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: cmd/root.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ var analyzeFlagMap = map[string]*bool{
37
37
typevalidatefxnfunc(args []string) (bool, error)
38
38
39
39
varRootCmd=&cobra.Command{
40
-
Use: "To analyze a single image: [image]. To compare two images: [image1] [image2]",
41
-
Short: "Analyze a single image or compare two images.",
42
-
Long: `Analyzes a single image or compares two images using the specifed analyzers/differs as indicated via flags (see documentation for available ones).`,
40
+
Use: "container-diff",
41
+
Short: "container-diff is a tool for analyzing and comparing container images",
42
+
Long: `container-diff is a CLI tool for analyzing and comparing container images.`,
0 commit comments