Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rogers committed Sep 17, 2019
1 parent a5f85cc commit 0ddb072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ After install used it from console:
not specified, all data types will be returned.
Allowed values arestring, hash, list, set, zset
-f --format TYPE Output type format: json or text (by default)
-x --separator SEPARATOR Specify namespace separator. Default is ':'

If you have large database try running first with ``--limit`` option to
run first limited amount of keys. Also run with ``--types`` to limit
Expand Down
2 changes: 1 addition & 1 deletion rma/cli/rma_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main():
parser.add_argument("-x", "--separator",
dest="separator",
default=":",
help="Specify namespace separator. Default is ':'.")
help="Specify namespace separator. Default is ':'")

options = parser.parse_args()

Expand Down

0 comments on commit 0ddb072

Please sign in to comment.