Docs: Fix typo in creator args formatting

This was pointed out in D8799
This commit is contained in:
Aaron Carlisle
2020-09-03 20:41:25 -04:00
parent a96283ba51
commit f9bd3329e6

View File

@@ -1391,7 +1391,7 @@ static int arg_handle_output_set(int argc, const char **argv, void *data)
static const char arg_handle_engine_set_doc[] =
"<engine>\n"
"\tSpecify the render engine.\n"
"\tUse '-E' help to list available engines.";
"\tUse '-E help' to list available engines.";
static int arg_handle_engine_set(int argc, const char **argv, void *data)
{
bContext *C = data;