Changeset - dd72894c39af
[Not reviewed]
0 1 0
Vitaly Takmazov - 7 years ago 2018-05-07 15:17:21
vitalyster@gmail.com
twitter: fix help message markup
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/twitter/Requests/HelpMessageRequest.cpp
Show inline comments
 
@@ -4,7 +4,7 @@ void HelpMessageRequest::run()
 
{
 
	helpMsg = helpMsg
 
			+ "You will receive tweets of people you follow from this contact."
 
			+ "Following commands can be used to manage your Twitter account:"
 
			+ "Following commands can be used to manage your Twitter account:\n\n"
 
			+ "#timeline [username]       ==> Retrieve <username>'s timeline; Default - own timeline\n"
 
			+ "#status <your status>      ==> Update your status\n"
 
			+ "@<username> <message>      ==> Send a directed message to the user <username>\n"
0 comments (0 inline, 0 general)