Skip to content

Commit

Permalink
Fix table rendering in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j123b567 committed Apr 2, 2017
1 parent 00b6973 commit b01a51d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Tool is only for command line,

usage: `mono SerialPcap.exe [options] <portName>`

Option|Description
------+-----------
`-b, --baud=VALUE`|Serial port speed (default 9600)
`-g, --gap=VALUE`|Inter frame gap in miliseconds (default 10)
`-d, --dlt=VALUE`|Data link type in pcap format (default 147)
`-o, --output=VALUE`|Output file prefix (defalut port name)
`-h, --help`|Show this message and exit
Option | Description
------ | -----------
`-b, --baud=VALUE` | Serial port speed (default 9600)
`-g, --gap=VALUE` | Inter frame gap in miliseconds (default 10)
`-d, --dlt=VALUE` | Data link type in pcap format (default 147)
`-o, --output=VALUE` | Output file prefix (defalut port name)
`-h, --help` | Show this message and exit

`portName` is `COM1`, `\\.\COM15` or `/dev/ttyUSB0` or similar definition.

Expand Down

0 comments on commit b01a51d

Please sign in to comment.