From aa1d35ac48028f99c244901e75f4f2c9dd4a1391 Mon Sep 17 00:00:00 2001 From: Alexander Khizov Date: Wed, 8 Jul 2020 17:35:56 +0200 Subject: [PATCH] Update rasa/cli/arguments/default_arguments.py Co-authored-by: Federico Tedin --- rasa/cli/arguments/default_arguments.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", )