From: Christophe Mutricy Date: Thu, 9 Jul 2009 19:36:12 +0000 (+0100) Subject: Use minus and not hyphen in man page X-Git-Tag: 1.1.0-ff~5018 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ac466e0ff37cf0a6e3c548e6670deae49cab16e9;p=vlc Use minus and not hyphen in man page --- diff --git a/doc/vlc-wrapper.1 b/doc/vlc-wrapper.1 index 6e30ad91c8..e7d4d8fbf3 100644 --- a/doc/vlc-wrapper.1 +++ b/doc/vlc-wrapper.1 @@ -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