From 7fd0d9fd139248d4c14b834eaab7526c6914f4de Mon Sep 17 00:00:00 2001 From: thesayyn Date: Tue, 21 Nov 2023 15:51:58 -0800 Subject: [PATCH] docs --- cmd/crane/doc/crane_registry_serve.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/crane/doc/crane_registry_serve.md b/cmd/crane/doc/crane_registry_serve.md index f405688e0..02b2499c7 100644 --- a/cmd/crane/doc/crane_registry_serve.md +++ b/cmd/crane/doc/crane_registry_serve.md @@ -4,7 +4,7 @@ Serve an in-memory registry implementation ### Synopsis -This sub-command serves an in-memory registry implementation on an automatically chosen port (or $PORT) +This sub-command serves an in-memory registry implementation on an automatically chosen port (:0), $PORT or --address The command blocks while the server accepts pushes and pulls. @@ -17,7 +17,8 @@ crane registry serve [flags] ### Options ``` - -h, --help help for serve + --address string Address to listen on + -h, --help help for serve ``` ### Options inherited from parent commands