Index: Dev/twitter/dump_timeline.pl
===================================================================
--- Dev/twitter/dump_timeline.pl	(revision e960958d0632638a955d083bbd912f56ddccdb7e)
+++ Dev/twitter/dump_timeline.pl	(revision 0f8acb53a6837cabd46678320079cd95ab0d3fa4)
@@ -19,5 +19,5 @@
     die <<EOM;
 usage: $0
-    [{u}ser_timeline(default)|{r}etweeted_by_me|{m}sentions|{s}earch
+    [{u}ser_timeline(default)|{m}sentions|{s}earch
         [screen_name
             [number_of_pages|all
@@ -64,7 +64,4 @@
         if ($method eq 'user_timeline' || $method eq 'u') {
             $res = $bot->user_timeline($param);
-        }
-        elsif ($method eq 'retweeted_by_me' || $method eq 'r') {
-            $res = $bot->retweeted_by_me($param);
         }
         elsif ($method eq 'mentions' || $method eq 'm') {
