diff options
author | José Carlos Nieto <jose.carlos@menteslibres.net> | 2016-02-20 08:03:31 -0600 |
---|---|---|
committer | José Carlos Nieto <jose.carlos@menteslibres.net> | 2016-02-20 08:03:31 -0600 |
commit | 4a979356fe964fec12e18326a32a89661f93dea7 (patch) | |
tree | dc230143196af068d6608e6ac05465f588c69312 /README.md | |
parent | Adding old LC_* style constants for backward compatibility. (diff) | |
download | gotext-4a979356fe964fec12e18326a32a89661f93dea7.tar.gz gotext-4a979356fe964fec12e18326a32a89661f93dea7.tar.xz |
Fixing example with go-xgettext.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ Go program: ``` go get github.com/gosexy/gettext/go-xgettext -xgettext -o outfile.pot --keyword=Gettext --keyword-plural=NGettext -i infile.go +go-xgettext -o outfile.pot --keyword=Gettext --keyword-plural=NGettext infile.go ``` This will generate a `example.pot` file. |