From 18d18bcf6fc4fa38388b988407a2b604a62a04f9 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 11 Jul 2024 11:52:20 +0200 Subject: [PATCH] fix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073c7a5..81e2e03 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ wildcards. All command line switches can be provided using environment variables by prefixing with `GOCATCLI_` and adding the switch name in capital and `-` -replaced with `-`. For example `--catalog` would be `GOCATCLI_CATALOG=mycatalog.catalog`. +replaced with `_`. For example `--catalog` would be `GOCATCLI_CATALOG=mycatalog.catalog`. You can generate shell completion scripts using `gocatcli completion` ```bash