Skip to content

Commit

Permalink
tidies sig0namectl help
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-burns committed Sep 9, 2024
1 parent f8e6fe9 commit b77b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cmd/sig0namectl/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func main() {
app := cli.App{
Name: os.Args[0],
Usage: "make an explosive entrance",
Usage: "secure dynamic DNS tool",
Flags: []cli.Flag{
&cli.StringFlag{Name: "host", EnvVars: []string{"SIG0_HOST"}},
&cli.StringFlag{Name: "zone", Aliases: []string{"z"}, Usage: "the zone you want to update", EnvVars: []string{"SIG0_ZONE"}},
Expand Down

0 comments on commit b77b43d

Please sign in to comment.