Skip to content

Commit

Permalink
Merge pull request etcd-io#604 from Elbehery/fix_cmd_readme
Browse files Browse the repository at this point in the history
fix: cmd readme default format
  • Loading branch information
ahrtr committed Nov 8, 2023
2 parents 2b3dc46 + 6db6adc commit 049c7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/bbolt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
--value-only
Print only the value
--format
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=ascii-encoded)
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=auto)
```
Example:
Expand Down Expand Up @@ -269,7 +269,7 @@
Additional options include:
--format
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=bytes)
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=auto)
```
Example 1:
Expand Down Expand Up @@ -303,7 +303,7 @@
Additional options include:
--format
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=bytes)
Output format. One of: auto|ascii-encoded|hex|bytes|redacted (default=auto)
--parse-format
Input format (of key). One of: ascii-encoded|hex (default=ascii-encoded)"
```
Expand Down

0 comments on commit 049c7a3

Please sign in to comment.