diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-06 18:26:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-06 18:48:22 +0100 |
commit | c3834f9b881f2b1a68dc7d797c134f0b66b47b57 (patch) | |
tree | f682aaf2dd26ad231340168f2141834b6ebad387 /src/efi-boot-generator/efi-boot-generator.c | |
parent | 059cb3858acd038ff2cef10a3a99119bf71a8fc6 (diff) |
generators: add Documentation= fields that point to the generator man pages
Diffstat (limited to 'src/efi-boot-generator/efi-boot-generator.c')
-rw-r--r-- | src/efi-boot-generator/efi-boot-generator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index 270dc226ef..cf9ff73b12 100644 --- a/src/efi-boot-generator/efi-boot-generator.c +++ b/src/efi-boot-generator/efi-boot-generator.c @@ -100,7 +100,8 @@ int main(int argc, char *argv[]) { fprintf(f, "# Automatially generated by systemd-efi-boot-generator\n\n" "[Unit]\n" - "Description=EFI System Partition\n"); + "Description=EFI System Partition\n" + "Documentation=man:systemd-efi-boot-generator(8)\n"); r = generator_write_fsck_deps(f, arg_dest, what, "/boot", "vfat"); if (r < 0) |