bun-remove, certbot: reword descriptions to match other uses of "Simulate" (#23314)

This commit is contained in:
Managor
2026-07-28 18:08:31 +07:00
committed by GitHub
parent 7bd5e481cc
commit 4869501c12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,6 +19,6 @@
`bun {{[rm|remove]}} --no-save {{package_name}}`
- Run the command without actually removing packages (simulate the removal):
- Simulate running the command without actually removing packages:
`bun {{[rm|remove]}} --dry-run {{package_name}}`
+1 -1
View File
@@ -20,7 +20,7 @@
`sudo certbot renew`
- Simulate the obtaining of a new certificate, but don't actually save any new certificates to disk:
- Simulate the obtaining of a new certificate without actually saving any new certificates to disk:
`sudo certbot --webroot {{[-w|--webroot-path]}} {{path/to/webroot}} {{[-d|--domain]}} {{subdomain.example.com}} --dry-run`