Repository: couchdb Updated Branches: refs/heads/master 2e3e60cea -> 14c55b47e
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/master Commit: 14c55b47ea3603f69525afe5daad5fcdc0cb465d Parents: 2e3e60c Author: Robert Kowalski <[email protected]> Authored: Thu Mar 5 19:46:59 2015 +0100 Committer: Robert Kowalski <[email protected]> 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()
