diff options
Diffstat (limited to 'gnu/packages/help2man.scm')
-rw-r--r-- | gnu/packages/help2man.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/help2man.scm b/gnu/packages/help2man.scm index 0acd39a524..1dd0d71d91 100644 --- a/gnu/packages/help2man.scm +++ b/gnu/packages/help2man.scm @@ -45,7 +45,7 @@ ;; ("gettext" ,gettext) )) (home-page "http://www.gnu.org/software/help2man/") - (synopsis "GNU help2man generates man pages from `--help' output") + (synopsis "Automatically generate man pages from program --help") (description "help2man produces simple manual pages from the ‘--help’ and ‘--version’ output of other commands.") |