Skip to content

Commit b7d7b55

Browse files
zeroshadeamoeba
andauthored
Update cmd/dbc/info.go
Co-authored-by: Bryce Mecum <petridish@gmail.com>
1 parent cb19b5d commit b7d7b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dbc/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
type InfoCmd struct {
2626
Driver string `arg:"positional,required" help:"Driver to get info about"`
27-
Json bool `help:"Output JSON instead of plaintext"`
27+
Json bool `help:"Print output as JSON instead of plaintext"`
2828
}
2929

3030
func (c InfoCmd) GetModelCustom(baseModel baseModel) tea.Model {

0 commit comments

Comments
 (0)