Skip to content

Commit dfc8685

Browse files
authored
Specify 'binpb' instead of 'bin' in the convert cmd help (#2294)
1 parent 961d5a2 commit dfc8685

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

private/buf/bufconvert/bufconvert.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ const (
3333
// MessageEncodingJSON is the JSON image encoding.
3434
MessageEncodingJSON
3535
// formatBinpb is the binary format.
36-
formatBinpb = "bin"
36+
formatBinpb = "binpb"
3737
// formatJSON is the JSON format.
3838
formatJSON = "json"
39+
3940
// formatBin is the binary format's old form, now deprecated.
40-
formatBin = "binpb"
41+
formatBin = "bin"
4142
)
4243

4344
var (

0 commit comments

Comments
 (0)