From 2b1a0ae590e86d6e87073374bdd72b3ff91f9adb Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 29 Nov 2023 12:09:14 -0500 Subject: [PATCH] Better explanation for `bump --dry` Signed-off-by: Alexandre Terrasa --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9b87a9..68396de6 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,8 @@ Bump the strictness from a list of files (one file by line): $ spoom bump --from false --to true -o list.txt ``` -Check if files can be bumped without applying any change: +Check if files can be bumped without applying any change and show the list of files that can be bumped without errors. +Will exit with a non-zero status if some files can be bumped without errors (useful to check for bumpable files on CI for example): ``` $ spoom bump --from false --to true --dry