Skip to content

Commit

Permalink
Fix usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 18, 2023
1 parent 83cad35 commit b316890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaje.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func main() {
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "syn-dir, s",
Usage: "Path to lexer files. The `ZAJE_SYNDIR` ENV var is also honoured.\n If neither is set, /etc/zaje/highlight will be used.\n",
Usage: "Path to lexer files. The `ZAJE_SYNDIR` ENV var is also honoured.\n If neither is set, ~/.config/zaje/syntax_files will be used.\n",
EnvVar: "ZAJE_SYNDIR",
Destination: &syn_dir,
},
Expand Down

0 comments on commit b316890

Please sign in to comment.