Changeset - 154b934a3358
[Not reviewed]
0 1 0
Sarang Bharadwaj - 13 years ago 2012-07-24 07:53:16
sarang.bh@gmail.com
Added #mode to help message
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/twitter/Requests/HelpMessageRequest.cpp
Show inline comments
 
@@ -10,6 +10,7 @@ void HelpMessageRequest::run()
 
			+ "#retweet <unique_tweet_id> ==> Retweet the tweet having id <unique_tweet_id> \n"
 
			+ "#follow <username>         ==> Follow user <username>\n"
 
			+ "#unfollow <username>       ==> Stop Following user <username>\n"
 
			+ "#mode [012]                ==> Switch mode to 0(single), 1(multiple) or 2(chatroom)\n"
 
			+ "#help                      ==> Print this help message\n"
 
			+ "************************************************************************\n";
 
}
0 comments (0 inline, 0 general)