From c1451338abff58fa8959176884cca1aefb0b7f9f Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 10 Oct 2024 11:29:11 -0300 Subject: [PATCH] 21999: Improves argument doc string phrasing. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- .../crunch2-cloud/install-compute-node.html.textile.liquid | 2 +- tools/compute-images/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid b/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid index b95a86e7a6..545d8a5f79 100644 --- a/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid +++ b/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid @@ -131,7 +131,7 @@ Options: --ssh_user <user> (default: packer) The user packer will use to log into the image --workdir (default: /tmp) - The directory on which data files are copied and setup scripts are run + The directory where data files are staged and setup scripts are run --resolver <resolver_IP> The dns resolver for the machine (default: host's network provided) --reposuffix <suffix> diff --git a/tools/compute-images/build.sh b/tools/compute-images/build.sh index 46199dd74f..ae283b957e 100755 --- a/tools/compute-images/build.sh +++ b/tools/compute-images/build.sh @@ -62,7 +62,7 @@ Options: --ssh_user (default: packer) The user packer will use to log into the image --workdir (default: /tmp) - The directory on which data files are copied and setup scripts are run + The directory where data files are staged and setup scripts are run --resolver The dns resolver for the machine (default: host's network provided) --reposuffix -- 2.30.2