summaryrefslogtreecommitdiff
path: root/internal/app/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/command.go')
-rw-r--r--internal/app/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/command.go b/internal/app/command.go
index 5c32ba2..f2c55ef 100644
--- a/internal/app/command.go
+++ b/internal/app/command.go
@@ -6,7 +6,7 @@ import (
const (
AppName = "rafta"
- AppUsage = "Really, Another Freaking Todo App?!"
+ AppUsage = "Really, Another F*cking Todo App?!"
)
var version = "COMPILED"