Skip to content

Commit

Permalink
docs: add path to pull command usage (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet authored Sep 19, 2023
1 parent 21480a5 commit 2a567ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_data/bearer_ignore_pull.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ' ignore pull'
synopsis: Pull ignored fingerprints from Cloud
usage: ' ignore pull [flags]'
usage: ' ignore pull <path> [flags]'
options:
- name: api-key
usage: Use your Bearer API Key to send the report to Bearer.
Expand Down
2 changes: 1 addition & 1 deletion internal/commands/ignore.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func newIgnorePullCommand() *cobra.Command {
GeneralFlagGroup: flag.NewGeneralFlagGroup(),
}
cmd := &cobra.Command{
Use: "pull",
Use: "pull <path>",
Short: "Pull ignored fingerprints from Cloud",
Example: `# Pull ignored fingerprints from the Cloud (requires API key)
$ bearer ignore pull /path/to/your_project --api-key=XXXXX`,
Expand Down

0 comments on commit 2a567ad

Please sign in to comment.