Skip to content

Commit 705e06b

Browse files
authored
Merge pull request #246 from spyl94/fix-dump-schema-format-description
Fix available formats when using the dump command
2 parents 3eecd25 + 5471dee commit 705e06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/GraphQLDumpSchemaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function configure()
5656
'format',
5757
null,
5858
InputOption::VALUE_OPTIONAL,
59-
'The schema name to generate ("graphqls" or "json").',
59+
'The schema format to generate ("graphql" or "json").',
6060
'json'
6161
)
6262
->addOption(

0 commit comments

Comments
 (0)