]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_info.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / has_info.c
index 974967bfa2377361a6b984ed9d50c739c996dc8e..4b6687e45ea196c2e93de17513aa1f54ef37dec9 100644 (file)
@@ -71,7 +71,8 @@ static void create_info_template(struct manifest *m, void *check_result)
 }
 
 struct ccanlint has_info = {
-       .name = "Has _info file",
+       .key = "info",
+       .name = "Module has _info file",
        .check = check_has_info,
        .describe = describe_has_info,
        .handle = create_info_template,