Index: trunk/phase3/includes/api/ApiComparePages.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | |
115 | 115 | protected function getExamples() { |
116 | 116 | return array( |
117 | | - 'api.php?action=compare&rev1=1&rev2=2', |
| 117 | + 'api.php?action=compare&fromrev=1&torev=2', |
118 | 118 | ); |
119 | 119 | } |
120 | 120 | |