Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update --help message for new RestApi renderer #2102

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading