From b31689042c33d9b8751c51ff2bb760d94bb7a917 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Tue, 18 Jul 2023 04:48:55 +0100 Subject: [PATCH] Fix usage. --- zaje.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaje.go b/zaje.go index 9b2e630..43d9cdd 100644 --- a/zaje.go +++ b/zaje.go @@ -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, },