summaryrefslogtreecommitdiffstats
path: root/bin/review-update-needed
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2018-11-22 11:37:43 -0500
committerAntoine Beaupré <anarcat@debian.org>2018-11-22 11:52:53 -0500
commita280764d5c868061f52df24294b78e9b8f28f10a (patch)
treebb9f82f7f9411fb2c4a2360cb22c3b124cc95996 /bin/review-update-needed
parent760e8549a2ae9f986e38ab25ec7f08c59d7135ae (diff)
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.
Diffstat (limited to 'bin/review-update-needed')
-rwxr-xr-xbin/review-update-needed2
1 files changed, 1 insertions, 1 deletions
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:

© 2014-2024 Faster IT GmbH | imprint | privacy policy