Skip to content

Commit

Permalink
Merge pull request #342 from yujuhong/release-1.11
Browse files Browse the repository at this point in the history
Fix some description in the usage
  • Loading branch information
Random-Liu authored Jul 12, 2018
2 parents fdd62fa + 3ac11c7 commit 07d8993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/crictl/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,11 @@ var listContainersCommand = cli.Command{
},
cli.BoolFlag{
Name: "latest, l",
Usage: "Show recently created container (includes all states)",
Usage: "Show the most recently created container (includes all states)",
},
cli.IntFlag{
Name: "last, n",
Usage: "Show last n recently created containers (includes all states)",
Usage: "Show last n recently created containers (includes all states). Set 0 for unlimited.",
},
cli.BoolFlag{
Name: "no-trunc",
Expand Down
4 changes: 2 additions & 2 deletions cmd/crictl/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ var listPodCommand = cli.Command{
},
cli.BoolFlag{
Name: "latest, l",
Usage: "Show recently created pods",
Usage: "Show the most recently created pod",
},
cli.IntFlag{
Name: "last, n",
Usage: "Show last n recently created pods",
Usage: "Show last n recently created pods. Set 0 for unlimited",
},
cli.BoolFlag{
Name: "no-trunc",
Expand Down

0 comments on commit 07d8993

Please sign in to comment.