Remember to add links to each profile's documentation.

This commit is contained in:
dg
2023-05-07 23:51:55 +00:00
parent b9fc8de5b5
commit fe39977ff7
2 changed files with 32 additions and 32 deletions

View File

@@ -58,7 +58,7 @@ int main(int argc, const char* argv[])
for (auto& fs : filesystems)
ss << fs << " ";
fmt::print("| `{}` | {} | {} | {} | {} |\n",
fmt::print("| `[{0}](doc/disk-{0}.md)` | {1} | {2} | {3} | {4} |\n",
name,
config->shortname() + ": " + config->comment(),
supportStatus(config->read_support_status()),