Skip to content

Commit 8454266

Browse files
committed
Update README.md
1 parent 879e78b commit 8454266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dynamodump
33

44
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
55

6-
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores.
6+
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty.
77

88
dynamodump supports local DynamoDB instances as well (tested with [dynalite](https://github.com/mhart/dynalite)).
99

@@ -21,7 +21,7 @@ Simple DynamoDB backup/restore.
2121
2222
optional arguments:
2323
-h, --help show this help message and exit
24-
-m MODE, --mode MODE 'backup' or 'restore'
24+
-m MODE, --mode MODE 'backup' or 'restore' or 'empty'
2525
-r REGION, --region REGION
2626
AWS region to use, e.g. 'us-west-1'. Use 'local' for
2727
local DynamoDB testing.

0 commit comments

Comments
 (0)