diff --git a/rasa/cli/arguments/default_arguments.py b/rasa/cli/arguments/default_arguments.py index 9431650c8b93..69a106a4028a 100644 --- a/rasa/cli/arguments/default_arguments.py +++ b/rasa/cli/arguments/default_arguments.py @@ -56,8 +56,8 @@ def add_domain_param( "--domain", type=str, default=DEFAULT_DOMAIN_PATH, - help="Domain specification. It can be a single 'yaml' file, or a directory " - "that contains several files with domain specification in it. The content " + help="Domain specification. This can be a single YAML file, or a directory " + "that contains several files with domain specifications in it. The content " "of these files will be read and merged together.", )