summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli/src/cli.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index a77200c6692..2c703689b59 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -553,9 +553,9 @@ cli_rpc_init (struct cli_state *state)
if (!options)
goto out;
- /* Connect using to glusterd using the specified method, giving
- * preference to unix socket connection. If nothing is specified connect
- * to the default glusterd socket
+ /* Connect to glusterd using the specified method, giving preference
+ * to a unix socket connection. If nothing is specified, connect to
+ * the default glusterd socket.
*/
if (state->glusterd_sock) {
gf_log ("cli", GF_LOG_INFO, "Connecting to glusterd using "