summaryrefslogtreecommitdiff
path: root/option_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'option_table.h')
-rw-r--r--option_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/option_table.h b/option_table.h
index 2b07848..6203f74 100644
--- a/option_table.h
+++ b/option_table.h
@@ -179,7 +179,7 @@ static const NVGetoptOption __options[] = {
{ "depth", 'd', NVGETOPT_INTEGER_ARGUMENT, NULL,
"Set the default depth to [DEPTH]; valid values for [DEPTH] are "
- "8, 15, 16 and 24." },
+ "8, 15, 16, 24, and 30." },
{ "disable-glx-root-clipping",
XCONFIG_BOOL_VAL(DISABLE_GLX_ROOT_CLIPPING_BOOL_OPTION),