diff --git a/source/creator/creator_args.cc b/source/creator/creator_args.cc index 699fa9f8bf9..9d2801829ab 100644 --- a/source/creator/creator_args.cc +++ b/source/creator/creator_args.cc @@ -1114,11 +1114,11 @@ static int arg_handle_command_set(int argc, const char **argv, void *data) static const char arg_handle_disable_depsgraph_on_file_load_doc[] = "\n" "\tBackground mode: Do not systematically build and evaluate ViewLayers' dependency graphs\n" - "\twhen loading a blend-file in background mode (`-b` or `-c` options).\n" + "\twhen loading a blend-file in background mode ('-b' or '-c' options).\n" "\n" "\tScripts requiring evaluated data then need to explicitly ensure that\n" "\tan evaluated depsgraph is available\n" - "\t(e.g. by calling `depsgraph = context.evaluated_depsgraph_get()`).\n" + "\t(e.g. by calling 'depsgraph = context.evaluated_depsgraph_get()').\n" "\n" "\tNOTE: this is a temporary option, in the future depsgraph will never be\n" "\tautomatically generated on file load in background mode."; @@ -1135,7 +1135,7 @@ static const char arg_handle_disable_liboverride_auto_resync_doc[] = "\tDo not perform library override automatic resync when loading a new blend-file.\n" "\n" "\tNOTE: this is an alternative way to get the same effect as when setting the\n" - "\t`No Override Auto Resync` User Preferences Debug option."; + "\t'No Override Auto Resync' User Preferences Debug option."; static int arg_handle_disable_liboverride_auto_resync(int /*argc*/, const char ** /*argv*/, void * /*data*/)