Skip to content

Commit c35b84a

Browse files
docs(install): scope --yes-i-accept-third-party-software help to its actual effect
CodeRabbit flagged the "(works in any mode)" parenthetical as overpromising: the flag clears the third-party notice in any mode, but run_onboard() still requires NON_INTERACTIVE=1 for headless onboarding. The base description "Accept the third-party software notice without prompting" already states what the flag does without overstating scope. Updated both copies — install.sh:110 and scripts/install.sh:487. Signed-off-by: latenighthackathon <latenighthackathon@users.noreply.github.com>
1 parent df389bb commit c35b84a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bootstrap_usage() {
107107
printf " curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash -s -- [options]\n\n"
108108
printf " Options:\n"
109109
printf " --non-interactive Skip prompts (uses env vars / defaults)\n"
110-
printf " --yes-i-accept-third-party-software Accept the third-party software notice without prompting (works in any mode)\n"
110+
printf " --yes-i-accept-third-party-software Accept the third-party software notice without prompting\n"
111111
printf " --fresh Discard any failed/interrupted onboarding session and start over\n"
112112
printf " --version, -v Print installer version and exit\n"
113113
printf " --help, -h Show this help message and exit\n\n"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ usage() {
484484
printf " curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash -s -- [options]\n\n"
485485
printf " ${C_DIM}Options:${C_RESET}\n"
486486
printf " --non-interactive Skip prompts (uses env vars / defaults)\n"
487-
printf " --yes-i-accept-third-party-software Accept the third-party software notice without prompting (works in any mode)\n"
487+
printf " --yes-i-accept-third-party-software Accept the third-party software notice without prompting\n"
488488
printf " --fresh Discard any failed/interrupted onboarding session and start over\n"
489489
printf " --version, -v Print installer version and exit\n"
490490
printf " --help, -h Show this help message and exit\n\n"

0 commit comments

Comments
 (0)