Use minus and not hyphen in man page

This commit is contained in:
Christophe Mutricy 2009-07-09 20:36:12 +01:00
parent 4746e4bc4a
commit ac466e0ff3

View File

@ -37,11 +37,11 @@ The preferred way is to use
.B sudo
:
.PP
\& $ sudo vlc-wrapper --option1 --option2
\& $ sudo vlc-wrapper \-\-option1 \-\-option2
.PP
You can also set the SUDO_UID environement variable:
.PP
\& # SUDO_UID=1000 vlc-wrapper --option1 --option2
\& # SUDO_UID=1000 vlc-wrapper \-\-option1 \-\-option2
.PP