From 3223ce406cc38429f9878cdf297f295dbdcf5d3a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 15 Jun 2018 08:24:30 -0500 Subject: [PATCH] clarify wording --- contrib/utilities/indent-branch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/utilities/indent-branch b/contrib/utilities/indent-branch index 91e156fab5..46f1412d58 100755 --- a/contrib/utilities/indent-branch +++ b/contrib/utilities/indent-branch @@ -15,9 +15,10 @@ ## --------------------------------------------------------------------- # -# This script does the same thing as contrib/utilities/indent but only reformats -# files which have changed (or been added and not committed) since the last -# merge commit to the master branch. It should be run as +# This script does the same thing as contrib/utilities/indent but only +# reformats files which have changed (or have been added but neither +# staged/commited) since the last merge commit to the master branch. It +# should be run as # # make indent-branch # -- 2.39.5