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

Apply suggestion to openappstack/__main__.py

parent eff02676
Branches
Tags
No related merge requests found
......@@ -126,7 +126,7 @@ def main(): # pylint: disable=too-many-statements,too-many-branches,too-many-lo
droplet_creation_group.add_argument(
'--truncate-subdomain',
action='store_true',
help=('Add a subdomain that is shorter than 56 characters'))
help=('Truncate subdomain so subdomain and domain are shorter than 56 characters.'))
droplet_creation_group.add_argument(
'--acme-staging',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment