File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/amplify-codegen/commands/codegen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
name : featureName ,
8
8
run : async context => {
9
9
if ( context . parameters . options . help ) {
10
- const header = `amplify ${ featureName } [subcommand] [[--nodownload] [--max-depth <number>]]\nDescriptions:
10
+ const header = `amplify ${ featureName } [subcommand] [[--nodownload] [--maxDepth <number>]]\nDescriptions:
11
11
Generates GraphQL statements (queries, mutations and subscriptions) and type annotations. \nSub Commands:` ;
12
12
13
13
const commands = [
@@ -16,7 +16,7 @@ module.exports = {
16
16
description : constants . CMD_DESCRIPTION_GENERATE_TYPES ,
17
17
} ,
18
18
{
19
- name : 'statements [--nodownload] [--max-depth ]' ,
19
+ name : 'statements [--nodownload] [--maxDepth ]' ,
20
20
description : constants . CMD_DESCRIPTION_GENERATE_STATEMENTS ,
21
21
} ,
22
22
{
You can’t perform that action at this time.
0 commit comments