Skip to content

Commit

Permalink
fix: updates Makefile comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Dec 14, 2022
1 parent f850184 commit 8889926
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ vet:
.PHONY: vet

generate-usage-docs: prep-build-dir
# The gendoc executable is build as "uor-client-go" since the
# The gendoc executable is built with the name "uor-client-go" since the
# root command name is built from the base path name of the cli
# at runtime.
$(GO) build -o $(GO_BUILD_BINDIR)/tmp/$(EXECUTABLE_NAME) "./cmd/gendoc"
Expand Down
3 changes: 2 additions & 1 deletion docs/usage/uor-client-go_build_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ uor-client-go build collection SRC DST [flags]

```
-c, --configs stringArray Path(s) to your registry credentials. Defaults to well-known auth locations ~/.docker/config.json and $XDG_RUNTIME_DIR/container/auth.json, in respective order.
--dsconfig string Config path for artifact building and dataset configuration
-d, --dsconfig string config path for artifact building and dataset configuration
-h, --help help for collection
--insecure Allow connections to registries SSL registry without certs
--no-verify skip schema signature verification
--plain-http Use plain http and not https when contacting registries
```

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/uor-client-go_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ uor-client-go push DST [flags]
-h, --help help for push
--insecure Allow connections to registries SSL registry without certs
--plain-http Use plain http and not https when contacting registries
--sign keyless OIDC signing of UOR Collections with Sigstore
-s, --sign keyless OIDC signing of UOR Collections with Sigstore
```

### Options inherited from parent commands
Expand Down

0 comments on commit 8889926

Please sign in to comment.