Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 19B9C200B98 for ; Mon, 3 Oct 2016 13:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 182DD160ADC; Mon, 3 Oct 2016 11:18:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F181160ACC for ; Mon, 3 Oct 2016 13:18:21 +0200 (CEST) Received: (qmail 23685 invoked by uid 500); 3 Oct 2016 11:18:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 23665 invoked by uid 99); 3 Oct 2016 11:18:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 11:18:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7D5D02C002D for ; Mon, 3 Oct 2016 11:18:20 +0000 (UTC) Date: Mon, 3 Oct 2016 11:18:20 +0000 (UTC) From: "Simon Fontana Oscarsson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12742) Nodetool --ssl flag is not listed in 'nodetool help' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 03 Oct 2016 11:18:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542178#comment-15542178 ] Simon Fontana Oscarsson commented on CASSANDRA-12742: ----------------------------------------------------- I have fixed this issue. Find the patch attached. > Nodetool --ssl flag is not listed in 'nodetool help' > ---------------------------------------------------- > > Key: CASSANDRA-12742 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12742 > Project: Cassandra > Issue Type: Bug > Components: Tools > Reporter: Simon Fontana Oscarsson > Priority: Trivial > Fix For: 2.2.x > > > Nodetool help should show ssl flag as an option. > Output from "nodetool help" before: > usage: nodetool [(-pw | --password )] > [(-pwf | --password-file )] > [(-p | --port )] [(-h | --host )] > [(-u | --username )] [] > After: > usage: nodetool [(-pw | --password )] [--ssl] > [(-pwf | --password-file )] > [(-p | --port )] [(-h | --host )] > [(-u | --username )] [] -- This message was sent by Atlassian JIRA (v6.3.4#6332)