chore: tweak words

This commit is contained in:
Steven
2023-07-27 20:06:34 +08:00
parent 72106d13de
commit c42c543618
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ var (
rootCmd = &cobra.Command{
Use: "slash",
Short: `An open source, self-hosted bookmarks and link sharing solution.`,
Short: `An open source, self-hosted bookmarks and link sharing platform.`,
Run: func(_cmd *cobra.Command, _args []string) {
ctx, cancel := context.WithCancel(context.Background())
db := db.NewDB(profile)