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() {