From 244746dff7eabd89720688b835cfe803372d91ef Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 11:15:50 -0600 Subject: add lang flag and update documentation --- flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags.go') diff --git a/flags.go b/flags.go index cac8f88..d27fea7 100644 --- a/flags.go +++ b/flags.go @@ -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. -- cgit v1.2.3