Skip to content

Commit

Permalink
Remove extra -- in help
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-eng committed Jul 11, 2023
1 parent 4c01bb8 commit 1704af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var options struct {
Host string `short:"h" long:"host" default:"0.0.0.0" description:"the IP to start the server on. Default to 0.0.0.0 (all interfaces)"`
Port uint16 `short:"p" long:"port" default:"5274"`
Verbose bool `short:"v" long:"verbose" description:"Show debug logs"`
Tee bool `short:"T" long:"--tee" description:"Write the data (and generated timestamp if applicable) in a CSV into stdout in addition to visualizing with the plot"`
Tee bool `short:"T" long:"tee" description:"Write the data (and generated timestamp if applicable) in a CSV into stdout in addition to visualizing with the plot"`

Title string `short:"t" long:"title" default:"Wesplot" description:"Title of the plot. Defaults to 'Plot'"`
YMin *float64 `short:"m" long:"ymin" description:"The minimum value for y (default: auto scaling)"`
Expand Down

0 comments on commit 1704af9

Please sign in to comment.