From: anon Date: Mon, 18 Sep 2023 20:43:28 +0000 (+0200) Subject: emils suggestions X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=65930238a02a90160e61a788fc7e861d3ccc7a94;p=public-libhl.git emils suggestions --- diff --git a/README.md b/README.md index 5542752..d0787a0 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ hl will read from stdin and write to stdout. ### Cli Options ```bash -h : display help message - -F : syntax file look up directory + -I : syntax file look up directory -s : specify syntax to load ``` ### Environment variables ```bash - HL_HOME : default directory to load syntax files from + $HLPATH : colon separated list of directories searched for syntax script files ``` ---