Skip to content

Commit 9010ce1

Browse files
authored
Correct crane registry help text (#1732)
1 parent 03ad2ac commit 9010ce1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/crane/cmd/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func newCmdServe() *cobra.Command {
4141
cmd := &cobra.Command{
4242
Use: "serve",
4343
Short: "Serve an in-memory registry implementation",
44-
Long: `This sub-command serves an in-memory registry implementation on port :8080 (or $PORT)
44+
Long: `This sub-command serves an in-memory registry implementation on an automatically chosen port (or $PORT)
4545
4646
The command blocks while the server accepts pushes and pulls.
4747

cmd/crane/doc/crane_registry_serve.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)