From 0dbf0af8370a953dff3b65c3a1e86374a5dc6dee Mon Sep 17 00:00:00 2001 From: Luke van der Hoeven Date: Fri, 11 Nov 2016 15:16:19 -0500 Subject: [PATCH] update help/usage text (#27) a few changes not captured in the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d72e750d..6783a83d 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 -----------