diff --git a/openappstack/__main__.py b/openappstack/__main__.py index 2393029622c070a726ca3e1e47e931c99052a3f4..2220ceb427b6c926a341b11403a15994d247955d 100755 --- a/openappstack/__main__.py +++ b/openappstack/__main__.py @@ -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',