Re: [PATCH v2 for-8.0 1/5] scripts/make-release: Add a simple help text for the script
Thomas Huth writes: > Print a simple help text if the script has been called with the > wrong amount of parameters. > > Signed-off-by: Thomas Huth Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH v2 for-8.0 1/5] scripts/make-release: Add a simple help text for the script
Print a simple help text if the script has been called with the wrong amount of parameters. Signed-off-by: Thomas Huth --- scripts/make-release | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/make-release b/scripts/make-release index 05b14ecc95..4be9b3b9ce 100755 --- a/scripts/