From d2d7dbf7547b90ff90205e737ede94772d33a6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 22 Nov 2018 11:37:43 -0500 Subject: clarify closing comment: we are editing the file Previous wording seemed to indicate the user had to make a change by hand, but the --unclaim paramater forcibly makes changes to the file directly. --- bin/review-update-needed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/review-update-needed b/bin/review-update-needed index 8b7753885d..fe4103b0d1 100755 --- a/bin/review-update-needed +++ b/bin/review-update-needed @@ -150,7 +150,7 @@ for entry in all_entries: print("") if args.unclaim: - args.quiet or print("Packages to unclaim: {}".format(", ".join(unclaim_pkgs))) + args.quiet or print("Editing file to unclaim: {}".format(", ".join(unclaim_pkgs))) in_preamble = True with open(dsa_dla_needed) as orig, open(dsa_dla_needed + '.new', 'w') as new: for line in orig: -- cgit v1.2.3