Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Mar 5, 2024
1 parent 0b21c1c commit f60e4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/collection_describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Example: view all collections
Example: view collection by name
defradb client collection describe --name User
Example: view collection by schema id
Example: view collection by schema root id
defradb client collection describe --schema bae123
Example: view collection by version id
Example: view collection by version id. This will also return inactive collections
defradb client collection describe --version bae123
`,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit f60e4ac

Please sign in to comment.