You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/03/18 11:05:18 UTC

[4/4] couchdb commit: updated refs/heads/developer-preview-2.0 to 14c55b4

fix typo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/14c55b47
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/14c55b47
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/14c55b47

Branch: refs/heads/developer-preview-2.0
Commit: 14c55b47ea3603f69525afe5daad5fcdc0cb465d
Parents: 2e3e60c
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Thu Mar 5 19:46:59 2015 +0100
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Thu Mar 5 19:46:59 2015 +0100

----------------------------------------------------------------------
 dev/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/14c55b47/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index 93de0f9..fcf9514 100755
--- a/dev/run
+++ b/dev/run
@@ -96,7 +96,7 @@ def setup_argparse():
     parser.add_option("-n", "--nodes", metavar="nodes", default=3,
                       type=int,
                       help="Number of development nodes to be spun up")
-    parser.add_option("-q", "--quite",
+    parser.add_option("-q", "--quiet",
                       action="store_false", dest="verbose", default=True,
                       help="Don't print anything to STDOUT")
     return parser.parse_args()