Merge "Trivial: Modify the description of profile validate"

This commit is contained in:
Jenkins
2016-12-27 06:13:17 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ class ValidateProfile(command.ShowOne):
'--spec-file',
metavar='<spec-file>',
required=True,
help=_('The spec file used to create the profile')
help=_('The spec file of the profile to be validated')
)
return parser

View File

@@ -245,7 +245,7 @@ def do_profile_delete(service, args):
@utils.arg('-s', '--spec-file', metavar='<SPEC FILE>', required=True,
help=_('The spec file used to create the profile.'))
help=_('The spec file of the profile to be validated.'))
def do_profile_validate(service, args):
"""Validate a profile."""
show_deprecated('senlin profile-validate',