API: Add description for alcontinue parameter
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jul 2008 12:48:10 +0000 (12:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jul 2008 12:48:10 +0000 (12:48 +0000)
includes/api/ApiQueryAllLinks.php

index 452b9ec..d1d5ded 100644 (file)
@@ -172,7 +172,8 @@ class ApiQueryAllLinks extends ApiQueryGeneratorBase {
                        'unique' => 'Only show unique links. Cannot be used with generator or prop=ids',
                        'prop' => 'What pieces of information to include',
                        'namespace' => 'The namespace to enumerate.',
-                       'limit' => 'How many total links to return.'
+                       'limit' => 'How many total links to return.',
+                       'continue' => 'When more results are available, use this to continue.',
                );
        }