Skip to content

Commit

Permalink
Document the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Oct 12, 2024
1 parent e12a543 commit 15678c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions markut.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 15678c2

Please sign in to comment.