6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-28 17:51:04 +00:00

Fix help message

This commit is contained in:
James Mills 2022-03-19 10:43:34 +10:00
parent 05b0dc4881
commit 3854b869f8

@ -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") {