Skip to content

Commit 4d87d5c

Browse files
authored
Fix registry serve synopsis
1 parent 098045d commit 4d87d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/crane/cmd/serve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func newCmdServe() *cobra.Command {
4646
4747
The command blocks while the server accepts pushes and pulls.
4848
49-
Contents are can be stored in memory (when the process exits, pushed data is lost.), and disk (--disk).`,
49+
Contents can be stored in memory (when the process exits, pushed data is lost) or to disk (--disk).`,
5050
Args: cobra.NoArgs,
5151
RunE: func(cmd *cobra.Command, _ []string) error {
5252
ctx := cmd.Context()

cmd/crane/doc/crane_registry_serve.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)