Skip to content

Commit 119d337

Browse files
fix(cmd): Fix rules browse cmd example (#152)
1 parent f9157ba commit 119d337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/rules/browse/browse.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func NewBrowseCmd(f *cmdutil.Factory) *cobra.Command {
4848
$ algolia rules browse MOVIES
4949
5050
# List all the rules of the "MOVIES" index and save them to a 'rules.ndjson' file
51-
$ algolia rules browse MOVIES --json > rules.ndjson
51+
$ algolia rules browse MOVIES -o json > rules.ndjson
5252
`),
5353
RunE: func(cmd *cobra.Command, args []string) error {
5454
opts.Indice = args[0]

0 commit comments

Comments
 (0)