diff options
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index a3be09fe26..02abeca3dc 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -212,11 +212,10 @@ </para> <para> - One useful trick is to cat the message through <command>smbclient</command>. For example: -<programlisting> -<command>cat mymessage.txt | smbclient -M FRED </command> -</programlisting> - will send the message in the file <filename>mymessage.txt</filename> to the machine FRED. + One useful trick is to pipe the message through <command>smbclient</command>. + For example: smbclient -M FRED < mymessage.txt will send the + message in the file <filename>mymessage.txt</filename> to the + machine FRED. </para> <para>You may also find the <parameter>-U</parameter> and |