s/audio/sound/

add current syntax without any options


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@528 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2003-10-29 11:34:07 +00:00
parent ff230a1672
commit 659ea7748f

View File

@ -11,7 +11,7 @@ is:
-r <module>:<string>
<module> is the name of the redirection module. The following names
are valid: drive, printer, lptport, comport, clipboard, audio.
are valid: drive, printer, lptport, comport, clipboard, sound.
<string> is interpreted by each redirection module.
@ -59,16 +59,17 @@ Syntax: -r clipboard:[yes|no]
Example: -r clipboard:no
audio mapping
sound mapping
-------------
Multiple mappings possible: no
Default: off
Syntax: -r audio:[local|off|remote]
Planned syntax: -r sound:[local|off|remote]
Current syntax: -r sound
"local" means "Bring to this computer"
"off" means "Do not play"
"remote" means "Leave at remote computer"
Example: -r audio:remote
Example: -r sound:remote