Commandline option » History » Version 1
Hamish, 2008-04-24 10:51
1 | 1 | Hamish | h1. Commandline option |
---|---|---|---|
2 | |||
3 | Starting wconsd with the *'-h'* option will show a help screen: |
||
4 | |||
5 | <pre style="background-color:black; color:white"> |
||
6 | C:\>wconsd -h |
||
7 | |||
8 | wconsd: Serial Console server (version 0.2.5) |
||
9 | (see http://wob.zot.org/2/wiki/wconsd for more info) |
||
10 | |||
11 | Usage: wconsd [-i pathname | -r | -d | -p port ] |
||
12 | Just start with no options to start server |
||
13 | -i pathname install service 'wconsd'; pathname |
||
14 | must be the full path to the binary |
||
15 | -r remove service 'wconsd' |
||
16 | -d run wconsd in foreground mode |
||
17 | -p port listen on the given port in foreground mode |
||
18 | </pre> |