You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/05/25 22:27:31 UTC

[couchdb] branch master updated: typo in couchup

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/master by this push:
       new  b75fded   typo in couchup
b75fded is described below

commit b75fded3a81526e4d513514f0816deed73f151f7
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu May 25 18:27:14 2017 -0400

    typo in couchup
---
 rel/overlay/bin/couchup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/overlay/bin/couchup b/rel/overlay/bin/couchup
index 858ccc8..e7ce656 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',

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].