Skip to content

Commit 0ddb072

Browse files
author
Michael Rogers
committed
Updated README
1 parent a5f85cc commit 0ddb072

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ After install used it from console:
6161
not specified, all data types will be returned.
6262
Allowed values arestring, hash, list, set, zset
6363
-f --format TYPE Output type format: json or text (by default)
64+
-x --separator SEPARATOR Specify namespace separator. Default is ':'
6465

6566
If you have large database try running first with ``--limit`` option to
6667
run first limited amount of keys. Also run with ``--types`` to limit

rma/cli/rma_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def main():
7373
parser.add_argument("-x", "--separator",
7474
dest="separator",
7575
default=":",
76-
help="Specify namespace separator. Default is ':'.")
76+
help="Specify namespace separator. Default is ':'")
7777

7878
options = parser.parse_args()
7979

0 commit comments

Comments
 (0)