Skip to content

Commit

Permalink
Update --help message for new RestApi renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Nov 15, 2024
1 parent 7d95c2b commit bdb6d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parameterList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

Expand Down

0 comments on commit bdb6d21

Please sign in to comment.