From aa7165c306e0457f917a9d2cec7e8a038bb8aba6 Mon Sep 17 00:00:00 2001 From: Martin M Date: Wed, 1 Mar 2023 09:16:23 +0100 Subject: [PATCH] Small docu fix for --nn (--numNews) The short form of --numNews has 2 characters and so it needs to minus signs to work (long option format) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1405e15..ec5a539 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ The release script tries to find common errors in the ioBroker Github Actions re npm run release patch -- --no-workflow-check ``` -#### Limit the number of news in `io-package.json` (`--numNews` or `-nn`) +#### Limit the number of news in `io-package.json` (`--numNews` or `--nn`) By default the most recent 7 news entries are kept in `io-package.json`. Using this option, you can change the limit.