Skip to content

Commit 0dbf0af

Browse files
plukevdhbchew
authored andcommitted
update help/usage text (#27)
a few changes not captured in the README
1 parent 0f068df commit 0dbf0af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ usage: dynamodump.py [-h] [-m MODE] [-r REGION] [--host HOST] [--port PORT]
1818
[--prefixSeparator PREFIXSEPARATOR] [--noSeparator]
1919
[--readCapacity READCAPACITY]
2020
[--writeCapacity WRITECAPACITY] [--schemaOnly]
21-
[--dataOnly] [--skipThroughputUpdate] [--log LOG]
21+
[--dataOnly] [--skipThroughputUpdate]
22+
[--dumpPath DUMPPATH] [--log LOG]
2223
2324
Simple DynamoDB backup/restore/empty.
2425
@@ -67,14 +68,13 @@ optional arguments:
6768
--skipThroughputUpdate
6869
Skip updating throughput values across tables
6970
[optional]
70-
--dataDump Directory to place and search for DynamoDB table
71+
--dumpPath DUMPPATH Directory to place and search for DynamoDB table
7172
backups (defaults to use 'dump') [optional]
7273
--log LOG Logging level - DEBUG|INFO|WARNING|ERROR|CRITICAL
7374
[optional]
74-
75+
```
7576

7677
Backup files are stored in a 'dump' subdirectory, and are restored from there as well by default.
77-
```
7878

7979
AWS example
8080
-----------

0 commit comments

Comments
 (0)