reformat: remove extra line in CLI help

This commit is contained in:
2022-03-12 10:20:37 +01:00
parent b4b0b464bd
commit cdec834ca9
8 changed files with 1 additions and 9 deletions

View File

@ -45,7 +45,6 @@ Example:
You may also invoke this command in "wizard" mode and be prompted for input:
abra record new
`,
Action: func(c *cli.Context) error {
zone, err := internal.EnsureZoneArgument(c)

View File

@ -28,7 +28,6 @@ library documentation for more. It supports many existing providers and allows
to implement new provider support easily.
https://pkg.go.dev/github.com/libdns/libdns
`,
Subcommands: []cli.Command{
RecordListCommand,