Correct typo in mapping_populate command's help

There was no space between "use" and "domain-specific".

Change-Id: Iff5674e6ad72540cb7845e1b9907ec0a98ab5b0d
This commit is contained in:
Eric Brown 2016-08-31 23:44:22 -07:00
parent ccabf21cab
commit 05c5f0cf44
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ class MappingPopulate(BaseApp):
subparsers)
parser.add_argument('--domain-name', default=None, required=True,
help=("Name of the domain configured to use"
help=("Name of the domain configured to use "
"domain-specific backend"))
return parser