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(