From 5471dee35a5daf2beb4ea00119d6c25d3fe5f6d6 Mon Sep 17 00:00:00 2001 From: Spyl Date: Mon, 20 Nov 2017 18:45:03 +0100 Subject: [PATCH] Fix available formats --- Command/GraphQLDumpSchemaCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/GraphQLDumpSchemaCommand.php b/Command/GraphQLDumpSchemaCommand.php index 68406a7cd..75c628706 100644 --- a/Command/GraphQLDumpSchemaCommand.php +++ b/Command/GraphQLDumpSchemaCommand.php @@ -56,7 +56,7 @@ protected function configure() 'format', null, InputOption::VALUE_OPTIONAL, - 'The schema name to generate ("graphqls" or "json").', + 'The schema format to generate ("graphql" or "json").', 'json' ) ->addOption(