Skip to content

Commit

Permalink
style: typo
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
Jeff Lanzarotta committed Dec 12, 2024
1 parent 4977d91 commit 0c2f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
var nukeCmd = &cobra.Command{
Use: "nuke",
Short: "Nukes entries from the sqlite database",
Long: `As you continuously add completed entries, the database continues to go unbounded. The nuke command allows you to manage the database size.`,
Long: `As you continuously add completed entries, the database continues to grow unbounded. The nuke command allows you to manage the size of your database.`,
Run: func(cmd *cobra.Command, args []string) {
runNuke(cmd, args)
},
Expand Down

0 comments on commit 0c2f424

Please sign in to comment.