Skip to content

Commit 6d2d67d

Browse files
committed
pcm-sensor-server: update docs for ip6 address bind
1 parent df18c34 commit 6d2d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pcm-sensor-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3724,7 +3724,7 @@ void printHelpText( std::string const & programName ) {
37243724
#if defined (USE_SSL)
37253725
std::cout << " -s : Use https protocol (default port " << DEFAULT_HTTPS_PORT << ")\n";
37263726
#endif
3727-
std::cout << " -l bind ip : Bind to ip address. (default ip is 0.0.0.0)\n";
3727+
std::cout << " -l bind ip6 : Bind to ip6 address. (default ip6 is ::)\n";
37283728
std::cout << " -p portnumber : Run on port <portnumber> (default port is " << DEFAULT_HTTP_PORT << ")\n";
37293729
std::cout << " -r|--reset : Reset programming of the performance counters.\n";
37303730
std::cout << " -D|--debug level : level = 0: no debug info, > 0 increase verbosity.\n";

0 commit comments

Comments
 (0)