From 46f794cf42609775c56846f32f4f4ccecd7d789e Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 2 Feb 2021 17:41:30 -0800 Subject: [PATCH] fix typo --- cmd/signaldctl/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/signaldctl/cmd/root.go b/cmd/signaldctl/cmd/root.go index 05b38dd..9cca471 100644 --- a/cmd/signaldctl/cmd/root.go +++ b/cmd/signaldctl/cmd/root.go @@ -37,7 +37,7 @@ var socketPath string // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ Use: "signaldctl", - Short: "Interact with a running siangld instance", + Short: "Interact with a running signald instance", Long: `signaldctl is a command line tool to interact with signald.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if socketPath == "" {