diff --git a/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index c6e874062..1ebc81a4f 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -559,8 +559,8 @@ well, the IDs reference attributes of the first mesh.)") Error{} << "The --mesh-level option can only be used with --mesh"; return 1; } - /** @todo remove this once only-attributes can work with attribute names - and thus for more meshes */ + /** @todo remove this once only-mesh-attributes can work with attribute + names and thus for more meshes */ if(args.value("only-mesh-attributes") && !args.value("mesh") && !args.isSet("concatenate-meshes")) { Error{} << "The --only-mesh-attributes option can only be used with --mesh or --concatenate-meshes"; return 1;