summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-29 03:59:50 -0300
committerEuAndreh <eu@euandre.org>2025-05-29 05:44:52 -0300
commit24e540da26aad0fb6fc6a8845b1cf83757b15dd0 (patch)
treeb995370ece40c67b074a8c358792a506249b9dcb /src
parentmeta.capim: Add with :dependencies key (diff)
downloadglaze-24e540da26aad0fb6fc6a8845b1cf83757b15dd0.tar.gz
glaze-24e540da26aad0fb6fc6a8845b1cf83757b15dd0.tar.xz
Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/glaze.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glaze.go b/src/glaze.go
index e06470b..c58f710 100644
--- a/src/glaze.go
+++ b/src/glaze.go
@@ -19,6 +19,7 @@ import (
"uuid"
g "gobang"
+ gt "gotext"
)
@@ -319,7 +320,7 @@ func parseArgs(args []string) string {
if fs.NArg() != 1 {
fmt.Fprintf(
os.Stderr,
- "Usage: %s [ -P PATTERN:PATH ]... LISTEN.socket\n",
+ gt.Gettext("Usage: %s [ -P PATTERN:PATH ]... LISTEN.socket\n"),
args[0],
)
os.Exit(2)