Skip to content

Commit 58d5c52

Browse files
author
Matthew Fisher
committed
style(client): capitalize "SSL"
1 parent 8b40b08 commit 58d5c52

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

client/deis.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
limits manage resource limits for your application
2121
tags manage tags for application containers
2222
releases manage releases of an application
23-
certs manage ssl endpoints for an app
23+
certs manage SSL endpoints for an app
2424
2525
keys manage ssh keys used for `git push` deployments
2626
perms manage permissions for applications
@@ -983,10 +983,10 @@ def certs(self, args):
983983
"""
984984
Valid commands for certs:
985985
986-
certs:list list ssl certificates for an app
987-
certs:add add an ssl certificate to an app
986+
certs:list list SSL certificates for an app
987+
certs:add add an SSL certificate to an app
988988
certs:update update an existing certifcate for an app
989-
certs:remove remove an ssl certificate from an app
989+
certs:remove remove an SSL certificate from an app
990990
991991
Use `deis help [command]` to learn more.
992992
"""
@@ -1027,7 +1027,7 @@ def certs_add(self, args):
10271027

10281028
def certs_list(self, args):
10291029
"""
1030-
Show certificate information for an ssl application.
1030+
Show certificate information for an SSL application.
10311031
10321032
Usage: deis certs:list
10331033
"""

0 commit comments

Comments
 (0)