Added #mode to help message
This commit is contained in:
parent
6bcaaeb731
commit
154b934a33
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue