Skip to content

Commit

Permalink
Correct crane registry help text (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Jun 16, 2023
1 parent 03ad2ac commit 9010ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/crane/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func newCmdServe() *cobra.Command {
cmd := &cobra.Command{
Use: "serve",
Short: "Serve an in-memory registry implementation",
Long: `This sub-command serves an in-memory registry implementation on port :8080 (or $PORT)
Long: `This sub-command serves an in-memory registry implementation on an automatically chosen port (or $PORT)
The command blocks while the server accepts pushes and pulls.
Expand Down
2 changes: 1 addition & 1 deletion cmd/crane/doc/crane_registry_serve.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9010ce1

Please sign in to comment.