diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2015-08-28 08:28:47 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2015-08-28 08:28:47 -0700 |
commit | d92b7ec69004743c4f97b32d8244ba6f22e3aef0 (patch) | |
tree | 9f4aa2cb88991a63032dcc37155eaa4f6c7d930c /option_table.h | |
parent | 93549f66b29cbbc5d88de96ca74e8623d5251899 (diff) |
352.41352.41
Diffstat (limited to 'option_table.h')
-rw-r--r-- | option_table.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/option_table.h b/option_table.h index c9c5c60..47a89b2 100644 --- a/option_table.h +++ b/option_table.h @@ -577,10 +577,9 @@ static const NVGetoptOption __options[] = { "infrastructure to automatically build a new kernel module when " "changing kernels. During installation, if DKMS is detected, " "nvidia-installer will ask the user if they wish to register the " - "module with DKMS; the default response is 'no'. Use this option to " - "make the default response 'yes'. This is useful with the " - "'--no-questions' or '--silent' options, which assume the default " - "values for all questions." }, + "module with DKMS; the default response is 'no'. This option will " + "bypass the detection of DKMS, and cause the installer to attempt a " + "DKMS-based installation regardless of whether DKMS is present."}, { "module-signing-secret-key", MODULE_SIGNING_SECRET_KEY_OPTION, NVGETOPT_STRING_ARGUMENT, NULL, |