Navigation Menu

Skip to content

Commit

Permalink
groonga-suggest-learner: add new options
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 29, 2014
1 parent 832ab57 commit 06bfae9
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions doc/source/reference/executables/groonga-suggest-learner.rst
Expand Up @@ -45,21 +45,30 @@ Here is the sample to load log data under ``logs`` directory::
Options
-------

.. cmdoption:: -r
.. cmdoption:: ``-r <endpoint>``, ``--receive-endpoint <endpoint>``

Specify endpoint for receiver.
Uses ``<endpoint>`` as the receiver endpoint.

.. cmdoption:: -s
.. cmdoption:: ``-s <endpoint>``, ``--send-endpoint <endpoint>``

Specify endpoint for sender.
Uses ``<endpoint>`` as the sender endpoint.

.. cmdoption:: -d
.. cmdoption:: ``-d``, ``--daemon``

Specify this option to daemonize.
Runs as a daemon.

.. cmdoption:: -l
.. cmdoption:: ``-l <directory>``, ``--log-base-path <directory>``

Specify log directory.
Reads logs from ``<directory>``.

.. cmdoption:: ``--log-path <path>``

Outputs log to ``<path>``.

.. cmdoption:: ``--log-level <level>``

Uses ``<level>`` for log level. ``<level>`` must be between 1 and 9.
Larger level outputs more logs.

Parameters
----------
Expand Down

0 comments on commit 06bfae9

Please sign in to comment.