diff options
Diffstat (limited to 'src/option-table.h')
-rw-r--r-- | src/option-table.h | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/option-table.h b/src/option-table.h index 02c7ee6..a5feea6 100644 --- a/src/option-table.h +++ b/src/option-table.h @@ -93,11 +93,12 @@ static const NVGetoptOption __options[] = { "an assignment to something other than an X screen. A target " "specification is contained within brackets and consists of a target " "type name, a colon, and the target id. The target type name can be " - "one of ^\"screen\", \"gpu\", \"framelock\", \"vcs\", \"gvi\",^ or " - "^\"fan\";^ the target id is the index into the list of targets " - "(for that target type). The target specification can be used in " - "{DISPLAY} wherever an X screen can be used, following the syntax " - "{host}:{display}[{target_type}:{target_id}]. See the output of\n" + "one of ^\"screen\", \"gpu\", \"framelock\", \"vcs\", \"gvi\", \"fan\", " + "\"thermalsensor\", \"svp\",^ or ^\"dpy\";^ the target id is the index " + "into the list of targets (for that target type). The target " + "specification can be used in {DISPLAY} wherever an X screen can be used, " + "following the syntax {host}:{display}[{target_type}:{target_id}]. See " + "the output of\n" "\n" TAB "nvidia-settings -q all \n" "\n" @@ -105,7 +106,7 @@ static const NVGetoptOption __options[] = { "attributes. See the output of\n" "\n" TAB " nvidia-settings -q screens -q gpus -q framelocks -q vcs -q gvis " - "-q fans \n" + "-q fans -q thermalsensors -q svps -q dpys \n" "\n" "for lists of targets for each target type.\n" "\n" @@ -128,10 +129,12 @@ static const NVGetoptOption __options[] = { "This queries the current value of the attribute {attribute name} on the " "X Display {DISPLAY}. The syntax is the same as that for the " "^'--assign'^ option, without '=^{value}'^; specify ^'-q screens', " - "'-q gpus', '-q framelocks', '-q vcs', '-q gvis', or '-q fans'^ to " - "query a list of X screens, GPUs, Frame Lock devices, Visual Computing " - "Systems, SDI Input Devices, or Fans, respectively, that are present " - "on the X Display {DISPLAY}. Specify ^'-q all'^ to query all attributes." }, + "'-q gpus', '-q framelocks', '-q vcs', '-q gvis', '-q fans'^, " + "'-q thermalsensors', '-q svps', or '-q dpys' to query a list of X " + "screens, GPUs, Frame Lock devices, Visual Computing Systems, SDI Input " + "Devices, Fans, Thermal Sensors, 3D Vision Pro Transceivers, or Display " + "Devices, respectively, that are present on the X Display {DISPLAY}. " + "Specify ^'-q all'^ to query all attributes." }, { "terse", 't', NVGETOPT_HELP_ALWAYS, NULL, "When querying attribute values with the '--query' command line option, " |