Skip to content
Snippets Groups Projects
Commit 0c87b316 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'display_correct_max_domain_length' into 'master'

Display correct max subdomain length

See merge request openappstack/openappstack!341
parents 5dc3b62d 9c41e797
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