Skip to content
Snippets Groups Projects
Unverified Commit 9c41e797 authored by Varac's avatar Varac
Browse files

Display correct max subdomain length

parent 5dc3b62d
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,8 @@ def main(): # pylint: disable=too-many-statements,too-many-branches,too-many-lo
droplet_creation_group.add_argument(
'--truncate-subdomain',
action='store_true',
help=('Truncate subdomain so subdomain and domain are shorter than 56 characters.'))
help=('Truncate subdomain so subdomain and domain are shorter than '
'{} characters.'.format(MAX_DOMAIN_LENGTH)))
droplet_creation_group.add_argument(
'--acme-staging',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment