Skip to content

Commit

Permalink
Merge pull request #1740 from thundergolfer/patch-1
Browse files Browse the repository at this point in the history
Update rpull.go to fix typos
  • Loading branch information
ktock authored Aug 28, 2024
2 parents dc49e35 + 1d40aba commit 2030a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/ctr-remote/commands/rpull.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ const (
skipContentVerifyOpt = "skip-content-verify"
)

// RpullCommand is a subcommand to pull an image from a registry levaraging stargz snapshotter
// RpullCommand is a subcommand to pull an image from a registry leveraging stargz snapshotter
var RpullCommand = &cli.Command{
Name: "rpull",
Usage: "pull an image from a registry levaraging stargz snapshotter",
Usage: "pull an image from a registry leveraging stargz snapshotter",
ArgsUsage: "[flags] <ref>",
Description: `Fetch and prepare an image for use in containerd levaraging stargz snapshotter.
Description: `Fetch and prepare an image for use in containerd leveraging stargz snapshotter.
After pulling an image, it should be ready to use the same reference in a run
command.
Expand Down

0 comments on commit 2030a40

Please sign in to comment.