summaryrefslogtreecommitdiffstats
path: root/bin
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
commitd2d7dbf7547b90ff90205e737ede94772d33a6e2 (patch)
tree77f107ff9ca8646ded7584475a3c0fc3d20009fe /bin
parent5c97790c7b48f7def7454ea6c8b63edc6ad7b9e1 (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')
-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