(bug 17871) Mention that exportnowrap format is the same as Special:Export.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 11 Mar 2009 13:35:19 +0000 (13:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 11 Mar 2009 13:35:19 +0000 (13:35 +0000)
includes/api/ApiQuery.php

index c969911..2ce5649 100644 (file)
@@ -558,7 +558,7 @@ class ApiQuery extends ApiBase {
                        'redirects' => 'Automatically resolve redirects',
                        'indexpageids' => 'Include an additional pageids section listing all returned page IDs.',
                        'export' => 'Export the current revisions of all given or generated pages',
-                       'exportnowrap' => 'Return the export XML without wrapping it in an XML result. Can only be used with export',
+                       'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export',
                );
        }