forked from mirrors/tftp-hpa-google
Add -L option to not daemonize process
This commit is contained in:
parent
059de7ce20
commit
d9938a7d83
2 changed files with 14 additions and 2 deletions
|
@ -59,6 +59,11 @@ option is ignored, and the
|
|||
option can be used to specify a specific local address or port to
|
||||
listen to.
|
||||
.TP
|
||||
.B \-L
|
||||
Similar to
|
||||
.B \-l
|
||||
but do not detach from the foreground process.
|
||||
.TP
|
||||
\fB\-a\fP \fI[address][:port]\fP
|
||||
Specify a specific
|
||||
.I address
|
||||
|
@ -66,6 +71,8 @@ and
|
|||
.I port
|
||||
to listen to when called with the
|
||||
.B \-l
|
||||
or
|
||||
.B \-L
|
||||
option. The default is to listen to the
|
||||
.I tftp
|
||||
port specified in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue