Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Feb 20, 2013
1 parent 8e2ff47 commit 86ac187
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Usage
usage::

beaver [-h] [-c CONFIG] [-d] [-D] [-f FILES [FILES ...]]
[-F {json,msgpack,string}] [-H HOSTNAME] [-m {bind,connect}]
[-o OUTPUT] [-p PATH] [-P PID]
[-t {rabbitmq,redis,stdout,zmq,udp}] [-v] [--fqdn]
[-F {json,msgpack,string,raw}] [-H HOSTNAME] [-m {bind,connect}]
[-l OUTPUT] [-p PATH] [-P PID]
[-t {rabbitmq,redis,stdout,zmq,udp}] [-v] [--fqdn]

optional arguments::

Expand All @@ -43,13 +43,13 @@ optional arguments::
-f FILES [FILES ...], --files FILES [FILES ...]
space-separated filelist to watch, can include globs
(*.log). Overrides --path argument
-F {json,msgpack,string}, --format {json,msgpack,string}
-F {json,msgpack,string,raw}, --format {json,msgpack,string,raw}
format to use when sending to transport
-H HOSTNAME, --hostname HOSTNAME
manual hostname override for source_host
-m {bind,connect}, --mode {bind,connect}
bind or connect mode
-o OUTPUT, --output OUTPUT
-l OUTPUT, --logfile OUTPUT, -o OUTPUT, --output OUTPUT
file to pipe output to (in addition to stdout)
-p PATH, --path PATH path to log files
-P PID, --pid PID path to pid file
Expand Down

0 comments on commit 86ac187

Please sign in to comment.