fix typo
This commit is contained in:
parent
7ec577ce44
commit
46f794cf42
1 changed files with 1 additions and 1 deletions
|
@ -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 == "" {
|
||||
|
|
Loading…
Reference in a new issue