add lang flag and update documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user