README.md in redis-copy-0.0.5 vs README.md in redis-copy-0.0.6

- old
+ new

@@ -22,10 +22,10 @@ ``` $ redis-copy --help redis-copy v0.0.5 Usage: redis-copy [options] <source> <destination> <source> and <destination> must be redis connection uris - like [redis://]<hostname>[:<port>][/<db>] + like [redis://][<username>:<password>@]<hostname>[:<port>][/<db>] Specific options: --strategy STRATEGY Select strategy (auto, new, classic) (default auto) auto: uses new if available, otherwise fallback new: use redis DUMP and RESTORE commands (faster)