From e8aa3a17a6387f2432c477478671abdcd2fab307 Mon Sep 17 00:00:00 2001 From: Omri Steiner Date: Tue, 9 Nov 2021 16:18:42 +0200 Subject: [PATCH] Fix typo in usage.md --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 607462e6..423abf30 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -589,7 +589,7 @@ This works for all types of variables. ## Forwarding CLI arguments to commands -If `--` is given in the CLI, all following paramaters are added to a +If `--` is given in the CLI, all following parameters are added to a special `.CLI_ARGS` variable. This is useful to forward arguments to another command.