summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-29 05:53:26 -0300
committerEuAndreh <eu@euandre.org>2025-05-29 05:53:26 -0300
commit783845f84860968dd5e0f971fea42045c8b8e58c (patch)
tree756252dbf6965ab0504d0310d2e28e4f570e8a2d /src
parentmeta.capim: Add with :dependencies key (diff)
downloadhsts-main.tar.gz
hsts-main.tar.xz
Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain
Diffstat (limited to '')
-rw-r--r--src/hsts.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hsts.go b/src/hsts.go
index 5f3cee5..93f76ca 100644
--- a/src/hsts.go
+++ b/src/hsts.go
@@ -9,6 +9,7 @@ import (
"uuid"
g "gobang"
+ gt "gotext"
)
@@ -52,7 +53,7 @@ func Main() {
g.Init("program", "hsts")
if len(os.Args) != 2 {
- fmt.Fprintf(os.Stderr, "Usage: %s LISTEN.socket\n", os.Args[0])
+ fmt.Fprintf(os.Stderr, gt.Gettext("Usage: %s LISTEN.socket\n"), os.Args[0])
os.Exit(2)
}