Skip to content

Commit

Permalink
update help/usage text (bchew#27)
Browse files Browse the repository at this point in the history
a few changes not captured in the README
  • Loading branch information
plukevdh authored and bchew committed Nov 11, 2016
1 parent 0f068df commit 0dbf0af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ usage: dynamodump.py [-h] [-m MODE] [-r REGION] [--host HOST] [--port PORT]
[--prefixSeparator PREFIXSEPARATOR] [--noSeparator]
[--readCapacity READCAPACITY]
[--writeCapacity WRITECAPACITY] [--schemaOnly]
[--dataOnly] [--skipThroughputUpdate] [--log LOG]
[--dataOnly] [--skipThroughputUpdate]
[--dumpPath DUMPPATH] [--log LOG]
Simple DynamoDB backup/restore/empty.
Expand Down Expand Up @@ -67,14 +68,13 @@ optional arguments:
--skipThroughputUpdate
Skip updating throughput values across tables
[optional]
--dataDump Directory to place and search for DynamoDB table
--dumpPath DUMPPATH Directory to place and search for DynamoDB table
backups (defaults to use 'dump') [optional]
--log LOG Logging level - DEBUG|INFO|WARNING|ERROR|CRITICAL
[optional]
```

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

AWS example
-----------
Expand Down

0 comments on commit 0dbf0af

Please sign in to comment.