Skip to content

Commit

Permalink
Fix wrong help string in node setup CLI command
Browse files Browse the repository at this point in the history
fixes #13419
  • Loading branch information
Michael Friedrich committed Dec 6, 2016
1 parent be935d0 commit c036bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/nodesetupcommand.cpp
Expand Up @@ -57,7 +57,7 @@ void NodeSetupCommand::InitParameters(boost::program_options::options_descriptio
{
visibleDesc.add_options()
("zone", po::value<std::string>(), "The name of the local zone")
("master_host", po::value<std::string>(), "The name of the master host for auto-signing the csr")
("master_host", po::value<std::string>(), "The name of the master host for auto-signing the csr; syntax: host[,port]")
("endpoint", po::value<std::vector<std::string> >(), "Connect to remote endpoint; syntax: cn[,host,port]")
("listen", po::value<std::string>(), "Listen on host,port")
("ticket", po::value<std::string>(), "Generated ticket number for this request")
Expand Down

0 comments on commit c036bfa

Please sign in to comment.