diff options
Diffstat (limited to '')
-rw-r--r-- | src/glaze.go | 3 |
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) |