mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
bun-remove, certbot: reword descriptions to match other uses of "Simulate" (#23314)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user