Skip to content

Commit f205d0d

Browse files
dplusicrchl
authored andcommitted
Fix invalid properties for default value of argument
1 parent 1f2b6a1 commit f205d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dynamodb-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parser.addArgument(['-o', '--open'], {
2323

2424
parser.addArgument(['-p', '--port'], {
2525
type: 'int',
26-
default: 8001,
26+
defaultValue: 8001,
2727
help: 'Port to run on (default: 8001)',
2828
})
2929

0 commit comments

Comments
 (0)