From 15678c2c727592b8c79e44a67acc22b5b576a02f Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 12 Oct 2024 15:04:58 +0700 Subject: [PATCH] Document the config file --- markut.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markut.go b/markut.go index e49bd99..9c6e082 100644 --- a/markut.go +++ b/markut.go @@ -1030,6 +1030,8 @@ func usage() { } fmt.Printf("ENVARS:\n") fmt.Printf(" FFMPEG_PREFIX Prefix path for a custom ffmpeg distribution\n") + fmt.Printf("FILES:\n") + fmt.Printf(" $HOME/.markut File that is always evaluated automatically before the MARKUT file\n"); } func main() {