diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2015-05-02 23:03:35 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2015-05-02 23:03:35 +0200 | 
| commit | 9ed817598e0f46b786ab988098ea25294a53e151 (patch) | |
| tree | 3ce82d388c657f7549f9b240a69c1a5d0626f2c9 /doc/user-guide | |
| parent | 40cfbc54088702d4887ccfb761eafe65b4376d59 (diff) | |
Add "url" command to Twitter module to get web URL for a Tweet.
Diffstat (limited to 'doc/user-guide')
| -rw-r--r-- | doc/user-guide/commands.xml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 6ce19774..4d6e7659 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -120,7 +120,7 @@  			<description>  				<para> -					This commands deletes an account from your account list. You should signoff the account before deleting it. +					This command deletes an account from your account list. You should signoff the account before deleting it.  				</para> @@ -852,6 +852,7 @@  				<varlistentry><term>unfollow <screenname></term><listitem><para>Stop following a person</para></listitem></varlistentry>  				<varlistentry><term>favourite <screenname|#id></term><listitem><para>Favo<emphasis>u</emphasis>rite the given user's most recent tweet, or the given tweet ID.</para></listitem></varlistentry>  				<varlistentry><term>post <message></term><listitem><para>Post a tweet</para></listitem></varlistentry> +				<varlistentry><term>url <screenname|#id></term><listitem><para>Show URL for a tweet to open it in a browser (and see context)</para></listitem></varlistentry>  			</variablelist>  			<para> | 
