diff --git a/pages/common/act.md b/pages/common/act.md index 4e376e21a8..0126bcd2bc 100644 --- a/pages/common/act.md +++ b/pages/common/act.md @@ -19,7 +19,7 @@ `act {{[-j|--job]}} {{job_id}}` -- Do [n]ot actually run the actions (i.e. a dry run): +- Simulate running the actions without actually doing it: `act {{[-n|--dryrun]}}` diff --git a/pages/common/bun-link.md b/pages/common/bun-link.md index b61596f14f..3a2b20d3b4 100644 --- a/pages/common/bun-link.md +++ b/pages/common/bun-link.md @@ -16,7 +16,7 @@ `bun link --cwd {{path/to/package}}` -- Perform a dry run without actually linking: +- Simulate linking without actually doing it: `bun link --dry-run` diff --git a/pages/common/bun-publish.md b/pages/common/bun-publish.md index eb6afc77e7..14d0bb0ae9 100644 --- a/pages/common/bun-publish.md +++ b/pages/common/bun-publish.md @@ -19,7 +19,7 @@ `bun publish --registry {{registry}}` -- Run a dry run to see what would be published without uploading: +- Simulate what would be published without uploading: `bun publish --dry-run` diff --git a/pages/common/bun-unlink.md b/pages/common/bun-unlink.md index c7886a047c..5c69e840e9 100644 --- a/pages/common/bun-unlink.md +++ b/pages/common/bun-unlink.md @@ -12,7 +12,7 @@ `bun unlink --cwd {{path/to/package}}` -- Perform a dry run without actually unregistering: +- Simulate unregistering without actually doing it: `bun unlink --dry-run` diff --git a/pages/common/docker-compose-stop.md b/pages/common/docker-compose-stop.md index 0aceaa0f45..cafd2588af 100644 --- a/pages/common/docker-compose-stop.md +++ b/pages/common/docker-compose-stop.md @@ -19,7 +19,7 @@ `docker compose {{[-f|--file]}} {{path/to/compose_file}} stop` -- Dry run (show operations without executing): +- Simulate running the operations without executing: `docker compose stop --dry-run` diff --git a/pages/common/helm-install.md b/pages/common/helm-install.md index e68a263a98..5ca56ea812 100644 --- a/pages/common/helm-install.md +++ b/pages/common/helm-install.md @@ -19,7 +19,7 @@ `helm install {{repository_name}}/{{chart_name}} {{[-g|--generate-name]}}` -- Perform a dry run: +- Simulate an install without actually doing it: `helm install {{name}} {{repository_name}}/{{chart_name}} --dry-run` diff --git a/pages/common/kubectl-cordon.md b/pages/common/kubectl-cordon.md index c0bc5799e0..951619edfb 100644 --- a/pages/common/kubectl-cordon.md +++ b/pages/common/kubectl-cordon.md @@ -20,6 +20,6 @@ `kubectl cordon {{[-l|--selector]}} {{label_key}}={{label_value}}` -- Preview the changes without actually cordoning the nodes (dry run): +- Simulate the changes without actually cordoning the nodes: `kubectl cordon {{node_name}} --dry-run={{none|server|client}}` diff --git a/pages/common/kubectl-drain.md b/pages/common/kubectl-drain.md index 5b2cb56b53..7821dc335b 100644 --- a/pages/common/kubectl-drain.md +++ b/pages/common/kubectl-drain.md @@ -32,6 +32,6 @@ `kubectl drain {{node_name}} --timeout {{duration}}` -- Preview the drain operation without actually evicting pods (dry run): +- Simulate the drain operation without actually evicting pods: `kubectl drain {{node_name}} --dry-run={{none|server|client}}` diff --git a/pages/common/kubectl-uncordon.md b/pages/common/kubectl-uncordon.md index 589fbe031f..53db427074 100644 --- a/pages/common/kubectl-uncordon.md +++ b/pages/common/kubectl-uncordon.md @@ -20,6 +20,6 @@ `kubectl uncordon {{[-l|--selector]}} {{label_key}}={{label_value}}` -- Preview the changes without actually uncordoning the nodes (dry run): +- Simulate the changes without actually uncordoning the nodes: `kubectl uncordon {{node_name}} --dry-run={{none|server|client}}` diff --git a/pages/common/ng-add.md b/pages/common/ng-add.md index bca308ef6b..8797a2b18a 100644 --- a/pages/common/ng-add.md +++ b/pages/common/ng-add.md @@ -27,6 +27,6 @@ `ng add {{package}} --verbose` -- Perform a dry run without making any changes: +- Simulate an addition without making any changes: `ng add {{package}} {{[-d|--dry-run]}}` diff --git a/pages/common/npm-pack.md b/pages/common/npm-pack.md index c993f74822..3b45006953 100644 --- a/pages/common/npm-pack.md +++ b/pages/common/npm-pack.md @@ -11,7 +11,7 @@ `npm pack {{path/to/package_directory}}` -- Run a dry run to preview the tarball contents without creating it: +- Simulate the tarball creation without creating it: `npm pack --dry-run` diff --git a/pages/common/npm-publish.md b/pages/common/npm-publish.md index 563ab7c524..b76d24efa6 100644 --- a/pages/common/npm-publish.md +++ b/pages/common/npm-publish.md @@ -23,7 +23,7 @@ `npm publish --registry {{https://registry.npmjs.org/}}` -- Run a dry run to see what would be published without uploading: +- Simulate what would be published without uploading: `npm publish --dry-run` diff --git a/pages/common/npm-unpublish.md b/pages/common/npm-unpublish.md index 2f2e8a70b3..da905a3f9b 100644 --- a/pages/common/npm-unpublish.md +++ b/pages/common/npm-unpublish.md @@ -19,6 +19,6 @@ `npm unpublish {{package_name}} --timeout {{time_in_milliseconds}}` -- Dry run to see what would be unpublished without actually doing it: +- Simulate what would be unpublished without actually doing it: `npm unpublish {{package_name}} --dry-run` diff --git a/pages/common/pg_createsubscriber.md b/pages/common/pg_createsubscriber.md index aec97280e3..ab10e76c49 100644 --- a/pages/common/pg_createsubscriber.md +++ b/pages/common/pg_createsubscriber.md @@ -7,7 +7,7 @@ `pg_createsubscriber {{[-d|--database]}} {{dbname}} {{[-D|--pgdata]}} {{path/to/data}} {{[-P|--publisher-server]}} {{connstr}}` -- Perform a dry run without modifying the target directory: +- Simulate converting a physical replica to a logical replica without modifying the target directory: `pg_createsubscriber {{[-n|--dry-run]}} {{[-d|--database]}} {{dbname}} {{[-D|--pgdata]}} {{path/to/data}} {{[-P|--publisher-server]}} {{connstr}}` diff --git a/pages/common/poetry-publish.md b/pages/common/poetry-publish.md index 7a8d01c3e2..b57c63c7dc 100644 --- a/pages/common/poetry-publish.md +++ b/pages/common/poetry-publish.md @@ -19,7 +19,7 @@ `poetry publish {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}` -- Perform a dry run to see what would be done without actually publishing: +- Simulate publishing the current package without actually publishing it: `poetry publish --dry-run` diff --git a/pages/linux/aa-remove-unknown.md b/pages/linux/aa-remove-unknown.md index 0c1e63a6af..6cf5dc2194 100644 --- a/pages/linux/aa-remove-unknown.md +++ b/pages/linux/aa-remove-unknown.md @@ -3,7 +3,7 @@ > Remove AppArmor profiles that are no longer present in the configuration directory. > More information: . -- Perform a dry run to see which profiles would be removed: +- Simulate removing profiles and display which ones would be removed: `sudo aa-remove-unknown -n` diff --git a/pages/linux/b4-send.md b/pages/linux/b4-send.md index 988d4c6cde..728a9c7e0f 100644 --- a/pages/linux/b4-send.md +++ b/pages/linux/b4-send.md @@ -19,6 +19,6 @@ `b4 send --resend {{version_number}}` -- Perform a dry run without sending any mail: +- Simulate sending the path series without sending any mail: `b4 send {{[-d|--dry-run]}}` diff --git a/pages/linux/grub-mkconfig.md b/pages/linux/grub-mkconfig.md index 366a655dec..26d672e0cf 100644 --- a/pages/linux/grub-mkconfig.md +++ b/pages/linux/grub-mkconfig.md @@ -3,7 +3,7 @@ > Generate a GRUB configuration file. > More information: . -- Do a dry run and print the configuration to `stdout`: +- Simulate generating a GRUB configuration and print it to `stdout`: `sudo grub-mkconfig` diff --git a/pages/linux/hardlink.md b/pages/linux/hardlink.md index 9aadb449cb..be2d881d65 100644 --- a/pages/linux/hardlink.md +++ b/pages/linux/hardlink.md @@ -4,7 +4,7 @@ > Part of `util-linux`, useful for saving disk space when identical files exist across directories. > More information: . -- Perform a dry run without modifying files: +- Simulate hardlinking duplicate files without modifying them: `hardlink {{[-n|--dry-run]}} {{path/to/directory}}` diff --git a/pages/linux/mkinitcpio.md b/pages/linux/mkinitcpio.md index 5ea3747b36..51952b6a82 100644 --- a/pages/linux/mkinitcpio.md +++ b/pages/linux/mkinitcpio.md @@ -3,7 +3,7 @@ > Generate initial ramdisk environments for booting the Linux kernel based on the specified preset(s). > More information: . -- Perform a dry run (print what would be done without actually doing it): +- Simulate generating the initial ramdisk environments and print what would be done: `mkinitcpio` diff --git a/pages/linux/rtcwake.md b/pages/linux/rtcwake.md index 5adff9b04c..b2c0522367 100644 --- a/pages/linux/rtcwake.md +++ b/pages/linux/rtcwake.md @@ -23,6 +23,6 @@ `sudo rtcwake {{[-m|--mode]}} disable` -- Perform a dry run to wakeup the computer at a given time. (Press `` to abort): +- Simulate waking up the computer at a given time. (Press `` to abort): `sudo rtcwake {{[-m|--mode]}} on --date {{hh:ss}}` diff --git a/pages/linux/wipefs.md b/pages/linux/wipefs.md index 61724ce05c..0079b53dee 100644 --- a/pages/linux/wipefs.md +++ b/pages/linux/wipefs.md @@ -15,7 +15,7 @@ `sudo wipefs {{[-a|--all]}} {{/dev/sdX}}*` -- Perform dry run: +- Simulate wiping all signature types from a device without actually modifying it: `sudo wipefs {{[-a|--all]}} {{[-n|--no-act]}} {{/dev/sdX}}` diff --git a/pages/openbsd/pkg_delete.md b/pages/openbsd/pkg_delete.md index 7f42c73d34..16ecb5a2c9 100644 --- a/pages/openbsd/pkg_delete.md +++ b/pages/openbsd/pkg_delete.md @@ -12,6 +12,6 @@ `pkg_delete -a {{package}}` -- Dry-run deletion of a package: +- Simulate deleting a package: `pkg_delete -n {{package}}` diff --git a/pages/osx/goku.md b/pages/osx/goku.md index c2b604652d..8f41d2fb84 100644 --- a/pages/osx/goku.md +++ b/pages/osx/goku.md @@ -11,11 +11,11 @@ `goku --config {{path/to/config.edn}}` -- Dry run the new configuration into `stdout` instead of updating `karabiner.json`: +- Simulate generating the new configuration and print it to `stdout` instead of updating `karabiner.json`: `goku --dry-run` -- Dry run the whole configuration into `stdout` instead of updating `karabiner.json`: +- Simulate generating the whole configuration and print it to `stdout` instead of updating `karabiner.json`: `goku --dry-run-all`