1262 | @@ -1258,7 +1263,8 @@ RPCHelpMan importmulti()
1263 | "may report that the imported keys, addresses or scripts exist but related transactions are still missing.\n"
1264 | "The rescan parameter can be set to false if the key was never used to create transactions. If it is set to false,\n"
1265 | "but the key was used to create transactions, rescanwallet needs to be called with the appropriate block range.\n"
1266 | - "Note: Use \"getwalletinfo\" to query the scanning progress.\n",
1267 | + "Note: Use \"getwalletinfo\" to query the scanning progress.\n"
1268 | + "Note: This command is only compatible with legacy wallets. Use \"importdescriptors\" with \"addr(X)\" for descriptor wallets.\n",
I don't think it's useful to mention addr() here as importmulti allows the import of a ton of different things, including descriptors. Mentioning a specific descriptor type, which only applies to one of the things that importmulti can deal with, doesn't seem to make sense to me.