From 43eaa8504197398d24d6e3cbdbc986366e5286a6 Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Tue, 14 Jul 2020 15:44:47 -0300 Subject: [PATCH] cli: use prefix in store name registration hint Snapcraft recommended to register - to overcome concerns about ownership of a given name. It was agreed a while ago to prefix the username suggestion to have a common namespace for a publisher for ordering/listing. Minor updates to quoting were also done. Signed-off-by: Sergio Schvezov --- snapcraft/cli/store.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapcraft/cli/store.py b/snapcraft/cli/store.py index 8e08eefe4e..41c7ecc909 100644 --- a/snapcraft/cli/store.py +++ b/snapcraft/cli/store.py @@ -41,7 +41,7 @@ the choice of name and make sure you are confident nobody else will have a stronger claim to that particular name. If you are unsure then we suggest you prefix the name with your developer identity, - As ‘nessita-yoyodyne-www-site-content’.""" + As '$username-yoyodyne-www-site-content'.""" ) _MESSAGE_REGISTER_CONFIRM = dedent( """ @@ -51,9 +51,9 @@ If needed, we will rename snaps to ensure that a particular name reflects the software most widely expected by our community. - For example, most people would expect ‘thunderbird’ to be published by + For example, most people would expect 'thunderbird' to be published by Mozilla. They would also expect to be able to get other snaps of - Thunderbird as 'thunderbird-$username'. + Thunderbird as '$username-thunderbird'. Would you say that MOST users will expect {!r} to come from you, and be the software you intend to publish there?"""