diff --git a/cmd/salty-chat/root.go b/cmd/salty-chat/root.go index 8f0d7fd..ed60d37 100644 --- a/cmd/salty-chat/root.go +++ b/cmd/salty-chat/root.go @@ -20,10 +20,10 @@ var rootCmd = &cobra.Command{ Version: saltyim.FullVersion(), Short: "Salty IM Command-line client", Long: `salty.im is an open specification for a new Saltpack based e2e - encrypted messaging protocol and platform for secure communications with - a focus on privacy, security and being self-hosted. +encrypted messaging protocol and platform for secure communications with +a focus on privacy, security and being self-hosted. - See https://salty.im for more details.`, +See https://salty.im for more details.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { // set logging level if viper.GetBool("debug") {