chore: tweak words

This commit is contained in:
Steven
2024-03-18 10:07:02 +08:00
parent 3f7abce427
commit d837cbd0ff
7 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ var (
rootCmd = &cobra.Command{
Use: "slash",
Short: `An open source, self-hosted bookmarks and link sharing platform.`,
Short: `An open source, self-hosted links shortener and sharing platform.`,
Run: func(_ *cobra.Command, _ []string) {
ctx, cancel := context.WithCancel(context.Background())
dbDriver, err := db.NewDBDriver(serverProfile)