Skip to content

Commit 865a92c

Browse files
committed
change shortcut
1 parent 7c29617 commit 865a92c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ServerlessStepFunctions {
2828
options: {
2929
state: {
3030
usage: 'Name of the State Machine',
31-
shortcut: 's',
31+
shortcut: 't',
3232
required: true,
3333
},
3434
},
@@ -45,7 +45,7 @@ class ServerlessStepFunctions {
4545
options: {
4646
state: {
4747
usage: 'Name of the State Machine',
48-
shortcut: 's',
48+
shortcut: 't',
4949
required: true,
5050
},
5151
},
@@ -62,7 +62,7 @@ class ServerlessStepFunctions {
6262
options: {
6363
state: {
6464
usage: 'Name of the State Machine',
65-
shortcut: 's',
65+
shortcut: 't',
6666
required: true,
6767
},
6868
data: {

0 commit comments

Comments
 (0)