summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-05-25 18:27:14 -0400
committerJoan Touzet <joant@atypical.net>2017-05-25 18:27:14 -0400
commitb75fded3a81526e4d513514f0816deed73f151f7 (patch)
tree29a4b005cdd381224a57172d3b4acff4ef4172a0
parent26d3d9a5dc70ea37100d129b41128cb3f3265f83 (diff)
downloadcouchdb-b75fded3a81526e4d513514f0816deed73f151f7.tar.gz
typo in couchup
-rwxr-xr-xrel/overlay/bin/couchup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/bin/couchup b/rel/overlay/bin/couchup
index 858ccc836..e7ce656a4 100755
--- a/rel/overlay/bin/couchup
+++ b/rel/overlay/bin/couchup
@@ -388,7 +388,7 @@ def main(argv):
database during this process, or those deletions may not
successfully replicate to the 2.x database.
'''))
- parser_replicate.add_argument('-a', '--all_dbs', action='store_true',
+ parser_replicate.add_argument('-a', '--all-dbs', action='store_true',
help='act on all databases available')
parser_replicate.add_argument('-i', '--include-system-dbs',
action='store_true',