fix man page example

pull/135/head
Simon Stürz 2015-06-30 19:03:15 +02:00 committed by Michael Zanetti
parent 37c2d0219d
commit f125511994
1 changed files with 4 additions and 2 deletions

6
debian/guhd.1 vendored
View File

@ -51,11 +51,13 @@ the \fB-h\fR command to see which categories are available for your system.
.SH EXAMPLES
.TP
To start guhd in the foreground and read the debug messages from the Hardware:
.IP $ guhd -n -d Hardware
.IP
$ guhd -n -d Hardware
.TP
To start guhd in the foreground, disable debug messages from the DeviceManager
and enable debug messages for JsonRpc and LogEngine:
.IP $ guhd -n -d NoDeviceManager JsonRpc LogEngine
.IP
$ guhd -n -d NoDeviceManager JsonRpc LogEngine
.SH SEE ALSO
Full developer documentation at: <http://dev.guh.guru>
.br