Skip to content

Commit 425d498

Browse files
author
Gabriel Monroy
committed
add escaping of astericks for sphinx
1 parent 3d9142f commit 425d498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/deis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,8 +992,8 @@ def formations_create(self, args):
992992
multiple applications. Note this requires wildcard DNS
993993
configuration on the provided domain.
994994
995-
For example: --domain=deisapp.com requires that
996-
*.deisapp.com resolve to the formation's proxy nodes.
995+
For example: --domain=deisapp.com requires that \\*.deisapp.com\\
996+
resolve to the formation's proxy nodes.
997997
998998
Usage: deis formations:create <id> [--flavor=<flavor>] [--domain=<domain> --layer=<layer>]
999999
"""

0 commit comments

Comments
 (0)