diff --git a/otp-get-patches.sh b/otp-get-patches.sh index 5033e60..d9ca70d 100755 --- a/otp-get-patches.sh +++ b/otp-get-patches.sh @@ -6,13 +6,14 @@ # # otp-get-patches.sh updates the erlang.spec and otp-00*.patch # files in the git index. After an otp-get-patches.sh run, you -# will need to review the stage git changes, possibly adapt the -# Release: and %changelog parts of erlang spec, and can then +# will need to review the staged git changes, possibly adapt the +# 'Release:' and '%changelog' parts of erlang.spec, and can then # "git commit" everything. # # Caution: Leave the four special comment lines untouched in the # spec file, as otp-get-patches.sh requires them and will only -# touch erlang.spec between the respective start/end pair: +# touch the parts of erlang.spec between the respective start/end +# comment pair: # # # start of autogenerated patch tag list # # end of autogenerated patch tag list