Skip to content

Commit

Permalink
nfc: update help description
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonjord committed Jan 15, 2025
1 parent 6cd449c commit 746d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tilde-config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
flag.StringVar(&settings.geomag, "geomag", "GM", "geomagnetic network code")
flag.StringVar(&settings.scandoas, "scandoas", "EN", "scandoas network code")
flag.StringVar(&settings.extra, "extra", "GM=SM_SMHS_50", "attach extra stations and locations to a network, e.g. GM=SM_SMHS_50")
flag.StringVar(&settings.output, "output", "", "output dart configuration file")
flag.StringVar(&settings.output, "output", "", "output tilde configuration file")

flag.Parse()

Expand Down

0 comments on commit 746d38e

Please sign in to comment.