Skip to content

Commit

Permalink
clairctl: update some interactive help
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Oct 7, 2020
1 parent 28dcd94 commit b1fee08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/clairctl/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import (

var ManifestCmd = &cli.Command{
Name: "manifest",
Description: "print a clair manifest for the provided container",
Description: "print a clair manifest for the named container",
Usage: "print a clair manifest for the named container",
Action: manifestAction,
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/clairctl/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// ReportCmd is the "report" subcommand.
var ReportCmd = &cli.Command{
Name: "report",
Description: "Request and print a Clair vulnerability report for the provided container(s).",
Description: "Request and print a Clair vulnerability report for the named container(s).",
Action: reportAction,
Usage: "request vulnerability reports for the named containers",
ArgsUsage: "container...",
Expand Down

0 comments on commit b1fee08

Please sign in to comment.