···111111 "info": (print_info, "print CAR header and repo info"),
112112 "list": (list_all, "list all records in the CAR (values as CIDs)"),
113113 "dump": (dump_all, "dump all records in the CAR (values as JSON)"),
114114- "dump_record": (dump_record, "dump a single record keyed on ('collection/rkey')"),
114114+ "dump_record": (dump_record, "dump a single record, keyed on ('collection/rkey')"),
115115 "compact": (compact, "rewrite the whole CAR, dropping any duplicated or unreferenced blocks"),
116116}
117117