|
@@ -14,9 +14,21 @@ Devices have to explicitly be exported using
|
|
before usbipd makes them available to other hosts.
|
|
before usbipd makes them available to other hosts.
|
|
|
|
|
|
The daemon accepts connections from USB/IP clients
|
|
The daemon accepts connections from USB/IP clients
|
|
-on TCP port 3240.
|
|
|
|
|
|
+on TCP port 3240 by default.
|
|
|
|
|
|
.SH OPTIONS
|
|
.SH OPTIONS
|
|
|
|
+.HP
|
|
|
|
+\fB\-4\fR, \fB\-\-ipv4\fR
|
|
|
|
+.IP
|
|
|
|
+Bind to IPv4. Default is both.
|
|
|
|
+.PP
|
|
|
|
+
|
|
|
|
+.HP
|
|
|
|
+\fB\-6\fR, \fB\-\-ipv6\fR
|
|
|
|
+.IP
|
|
|
|
+Bind to IPv6. Default is both.
|
|
|
|
+.PP
|
|
|
|
+
|
|
.HP
|
|
.HP
|
|
\fB\-D\fR, \fB\-\-daemon\fR
|
|
\fB\-D\fR, \fB\-\-daemon\fR
|
|
.IP
|
|
.IP
|
|
@@ -29,6 +41,19 @@ Run as a daemon process.
|
|
Print debugging information.
|
|
Print debugging information.
|
|
.PP
|
|
.PP
|
|
|
|
|
|
|
|
+.HP
|
|
|
|
+\fB\-PFILE\fR, \fB\-\-pid FILE\fR
|
|
|
|
+.IP
|
|
|
|
+Write process id to FILE.
|
|
|
|
+.br
|
|
|
|
+If no FILE specified, use /var/run/usbipd.pid
|
|
|
|
+.PP
|
|
|
|
+
|
|
|
|
+\fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR
|
|
|
|
+.IP
|
|
|
|
+Listen on TCP/IP port PORT.
|
|
|
|
+.PP
|
|
|
|
+
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
.IP
|
|
.IP
|
|
Print the program help message and exit.
|
|
Print the program help message and exit.
|