diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 14:06:20 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 14:06:20 -0500 |
commit | 4221780ce53ff7484f6f1958173373dc963e7967 (patch) | |
tree | a9295bcc6161b97d33256b069ea3a5c8fe35e5ff /internal/app/command.go | |
parent | f36f77472a82d6ebfac153aed6d17f154ae239a6 (diff) |
functional scratch dockerfile
Diffstat (limited to 'internal/app/command.go')
-rw-r--r-- | internal/app/command.go | 2 |
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" |