diff --git a/src/parameterList.ts b/src/parameterList.ts index 96d32a67..bc1e49d4 100644 --- a/src/parameterList.ts +++ b/src/parameterList.ts @@ -37,8 +37,7 @@ export const parameterDescriptions = { addNamespaces: 'Force additional namespace (comma separated numbers)', osTmpDir: 'Override default operating system temporary directory path environment variable', optimisationCacheUrl: 'Object Storage URL (including credentials and bucket name) to cache optimised media files', - forceRender: - 'Force the usage of a specific API end-point/render, automatically chosen otherwise. Accepted values: [ VisualEditor, WikimediaDesktop. WikimediaMobile ]. More details at https://github.com/openzim/mwoffliner/wiki/API-end-points', + forceRender: 'Force the usage of a specific API end-point/render, automatically chosen otherwise. Accepted values: [ VisualEditor, WikimediaDesktop. WikimediaMobile, RestApi ]', insecure: 'Skip HTTPS server authenticity verification step', }