Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit e9d0ce5

Browse files
committed
docs: wording update in README
1 parent 6ede664 commit e9d0ce5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ Options:
7474
[default: coreutils sudo-rs]
7575

7676
--no-compatibility-check
77-
Skip compatibility checks (dangerous)
77+
Skip experiment compatibility checks (dangerous)
7878
This bypasses all system compatibility checks including Ubuntu distribution
79-
and version requirements. May lead to system instability.
79+
and version requirements. Likely to result in failure to complete, may lead
80+
to system instability
8081

8182
-h, --help
8283
Print help (see a summary with '-h')
@@ -94,10 +95,8 @@ sudo oxidizr enable --all
9495
sudo oxidizr enable --experiments coreutils findutils
9596
# Enable just coreutils experiment without prompting with debug logging enabled
9697
sudo oxidizr enable --experiments coreutils --yes -v
97-
9898
# Enable an experiment on an unsupported system (dangerous)
9999
sudo oxidizr enable --no-compatibility-check
100-
101100
# Enable an experiment on an unsupported system without prompting (very dangerous)
102101
sudo oxidizr enable --no-compatibility-check --yes
103102
```

0 commit comments

Comments
 (0)