diff --git a/docs/_data/bearer_ignore_pull.yaml b/docs/_data/bearer_ignore_pull.yaml index b50b200d8..4a93ae1f6 100644 --- a/docs/_data/bearer_ignore_pull.yaml +++ b/docs/_data/bearer_ignore_pull.yaml @@ -1,6 +1,6 @@ name: ' ignore pull' synopsis: Pull ignored fingerprints from Cloud -usage: ' ignore pull [flags]' +usage: ' ignore pull [flags]' options: - name: api-key usage: Use your Bearer API Key to send the report to Bearer. diff --git a/internal/commands/ignore.go b/internal/commands/ignore.go index 4aba16573..4564d7024 100644 --- a/internal/commands/ignore.go +++ b/internal/commands/ignore.go @@ -299,7 +299,7 @@ func newIgnorePullCommand() *cobra.Command { GeneralFlagGroup: flag.NewGeneralFlagGroup(), } cmd := &cobra.Command{ - Use: "pull", + Use: "pull ", 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`,