Added #mode to help message

This commit is contained in:
Sarang Bharadwaj 2012-07-24 11:23:16 +05:30
parent 6bcaaeb731
commit 154b934a33

View file

@ -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";
}