Skip to content

Commit d70cb22

Browse files
authored
Fix missing CLI doc (#2840)
1 parent e9befda commit d70cb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/F3DOptionsTools.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static inline const std::array<CLIGroup, 8> CLIOptions = {{
117117
#endif
118118
{ "command-script", "", "Path to a script file containing commands to execute", "<file_path>", "" } } },
119119
{ "Material",
120-
{ {"point-sprites", "o", R"(Select point sprites type ("none", "sphere", "gaussian"))", "<string>", "sphere" },
120+
{ {"point-sprites", "o", R"(Select point sprites type ("none", "sphere", "gaussian", "circle", "stddev", "bound"))", "<string>", "sphere" },
121121
{"point-sprites-type", "", "Point sprites type (deprecated)", "<sphere|gaussian>", ""},
122122
{"point-sprites-size", "", "Point sprites sphere size", "<size>", ""},
123123
{"point-sprites-absolute-size", "", "Do not scale point sprites size by scene size", "<bool>", "1"},

0 commit comments

Comments
 (0)