chore: tweak description

This commit is contained in:
Steven
2024-08-22 06:18:44 +08:00
parent 1ee13c6859
commit 966e1d9ce3
8 changed files with 11 additions and 9 deletions

View File

@ -27,7 +27,7 @@ const (
var (
rootCmd = &cobra.Command{
Use: "slash",
Short: `An open source, self-hosted links shortener and sharing platform.`,
Short: `An open source, self-hosted platform for sharing and managing your most frequently used links.`,
Run: func(_ *cobra.Command, _ []string) {
serverProfile := &profile.Profile{
Mode: viper.GetString("mode"),