diff options
-rw-r--r-- | doc/user.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 2f7b56448..8db2ce905 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -708,6 +708,28 @@ cd mpd-version</programlisting> The <varname>pipe</varname> plugin starts a program and writes raw PCM data into its standard input. </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>command</varname> + <parameter>CMD</parameter> + </entry> + <entry> + This command is invoked with the shell. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> </section> <section> |