Actions
Bug #706
closedlttng-relayd option -g not in the man page
Start date:
12/17/2013
Due date:
% Done:
100%
Estimated time:
Description
Hi,
The usage of lttng-relayd shows a the option -g.
But there no explanation about it on the man page of lttng-relayd.
using lttng-tools : eef7781 (HEAD, origin/stable-2.4, origin/master, origin/HEAD, master) Fix: wrong comment in snapshot public API
Thanks,
Mathieu
------------------------
Output of lttng-relayd usage:
Usage: lttng-relayd OPTIONS Options: -h, --help Display this usage. -d, --daemonize Start as a daemon. -C, --control-port URL Control port listening. -D, --data-port URL Data port listening. -o, --output PATH Output path for traces. Must use an absolute path. -v, --verbose Verbose mode. Activate DBG() macro. -g, --group NAME Specify the tracing group name. (default: tracing)
Output of the options from the man page:
OPTIONS This program follow the usual GNU command line syntax with long options starting with two dashes. Below is a summary of the available options. -h, --help Show summary of possible options and commands -v, --verbose Increase verbosity There is three debugging level which will print on stderr. Maximum verbosity is -vvv. -d, --daemonize Start as a daemon -C, --control-port Control port URL (tcp://0.0.0.0:5342 is the default) -D, --data-port Data port URL (tcp://0.0.0.0:5343 is the default) -o, --output Output base directory. Must use an absolute path (~/lttng-traces is the default) -V, --version Show version number
Actions