From 4544bb1305d925971526bae5ad9eb4e9dbebf3e5 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sat, 16 Jun 2018 15:18:08 +0200 Subject: [PATCH] contrib/release.py: minor UI improvement Signed-off-by: Nicolas Sebrecht --- contrib/release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/release.py b/contrib/release.py index abbb59f..b4d0439 100755 --- a/contrib/release.py +++ b/contrib/release.py @@ -261,8 +261,8 @@ Pip: class Website(object): def updateUploads(self): - req = ("update uploads/ of the website? " - "(warning: checksums will change if they already exist)") + req = ("add new archive to uploads/ on the website? " + "(warning: checksums will change if it already exists)") if User.yesNo(req, defaultToYes=True) is False: return False if check_call(shlex.split("./docs/build-uploads.sh")) != 0: