Skip to content

Commit 1880a65

Browse files
committed
Fix caching arguments in Selenium Manager page
1 parent 66961f8 commit 1880a65

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

website_and_docs/content/documentation/selenium_manager.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c
125125

126126
Selenium Manager includes two additional arguments two handle the cache, namely:
127127

128-
- `clear-cache`: To remove the cache folder.
129-
- `clear-metadata`: To remove the metadata file.
128+
- `--clear-cache`: To remove the cache folder.
129+
- `--clear-metadata`: To remove the metadata file.
130130

131131
## Versioning
132132
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.

website_and_docs/content/documentation/selenium_manager.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c
125125

126126
Selenium Manager includes two additional arguments two handle the cache, namely:
127127

128-
- `clear-cache`: To remove the cache folder.
129-
- `clear-metadata`: To remove the metadata file.
128+
- `--clear-cache`: To remove the cache folder.
129+
- `--clear-metadata`: To remove the metadata file.
130130

131131
## Versioning
132132
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.

website_and_docs/content/documentation/selenium_manager.pt-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c
125125

126126
Selenium Manager includes two additional arguments two handle the cache, namely:
127127

128-
- `clear-cache`: To remove the cache folder.
129-
- `clear-metadata`: To remove the metadata file.
128+
- `--clear-cache`: To remove the cache folder.
129+
- `--clear-metadata`: To remove the metadata file.
130130

131131
## Versioning
132132
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.

website_and_docs/content/documentation/selenium_manager.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c
125125

126126
Selenium Manager includes two additional arguments two handle the cache, namely:
127127

128-
- `clear-cache`: To remove the cache folder.
129-
- `clear-metadata`: To remove the metadata file.
128+
- `--clear-cache`: To remove the cache folder.
129+
- `--clear-metadata`: To remove the metadata file.
130130

131131
## Versioning
132132
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.

0 commit comments

Comments
 (0)