Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit b4fb8f7

Browse files
committed
Updated cli args
1 parent 9bdbc65 commit b4fb8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/getRecordSet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var getRecordsCmd = &cobra.Command{
18-
Use: "zone",
18+
Use: "records",
1919
Short: "Returns all Records from a DNS Zone.",
2020
Long: `Returns all Records from a DNS Zone.`,
2121
Run: func(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)