Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: use prefix in store name registration hint #3213

Merged
merged 1 commit into from
Jul 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions snapcraft/cli/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
Expand All @@ -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?"""
Expand Down