Skip to content

Commit

Permalink
Make it clear which flag is missing in the error msg.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacques Grove <aquarapid@gmail.com>
  • Loading branch information
aquarapid committed Nov 26, 2019
1 parent c816471 commit 83f188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/vttablet/vttablet.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
servenv.Init()

if *tabletPath == "" {
log.Exit("tabletPath required")
log.Exit("-tablet-path required")
}
tabletAlias, err := topoproto.ParseTabletAlias(*tabletPath)
if err != nil {
Expand Down

0 comments on commit 83f188c

Please sign in to comment.