diff --git a/internal/cli/root.go b/internal/cli/root.go index 86960a4..c04bc58 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -8,8 +8,8 @@ var jsonOutput bool var rootCmd = &cobra.Command{ Use: "zet", - Short: "Zettlekasten note manager", - Long: `Zettlekasten note manager`, + Short: "Zettelkasten note manager", + Long: `Zettelkasten note manager`, } func Execute() error {