Skip to content

Commit

Permalink
change shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
horike37 committed Dec 30, 2016
1 parent 7c29617 commit 865a92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ServerlessStepFunctions {
options: {
state: {
usage: 'Name of the State Machine',
shortcut: 's',
shortcut: 't',
required: true,
},
},
Expand All @@ -45,7 +45,7 @@ class ServerlessStepFunctions {
options: {
state: {
usage: 'Name of the State Machine',
shortcut: 's',
shortcut: 't',
required: true,
},
},
Expand All @@ -62,7 +62,7 @@ class ServerlessStepFunctions {
options: {
state: {
usage: 'Name of the State Machine',
shortcut: 's',
shortcut: 't',
required: true,
},
data: {
Expand Down

0 comments on commit 865a92c

Please sign in to comment.