diff options
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ var ( globalFs = flag.NewFlagSet("global", flag.ContinueOnError) dataFlag = globalFs.StringP("data", "d", "", "The data directory where comitium will store its files") + langFlag = globalFs.StringP("lang", "l", "en-US", "The language that comitium will use when outputting its files") ) // command holds fields used for printing information about a command. |
