gnu: multitail: Edit synopsis & description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 15:07:18 +0000 (17:07 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 15:16:23 +0000 (17:16 +0200)
* gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo
& rephrase.

gnu/packages/logging.scm

index 8b6d496..d7cd44b 100644 (file)
@@ -177,14 +177,14 @@ commands, displaying the results via a web interface.")
                  (("ncursesw\\/panel.h") "panel.h")
                  (("ncursesw\\/ncurses.h") "ncurses.h")))
              #t))
-         (delete 'configure))
+         (delete 'configure))           ; no configure script
        #:tests? #f)) ; no test suite (make check just runs cppcheck)
     (inputs `(("ncurses" ,ncurses)))
     (home-page "https://vanheusden.com/multitail/")
-    (synopsis "Monitor multiple logfiles")
+    (synopsis "Monitor multiple log files")
     (description
-     "MultiTail allows you to monitor logfiles and command output in multiple
-windows in a terminal, colorize, filter and merge.")
+     "MultiTail can monitor, color, filter, and merge log files and command
+output in multiple windows in a terminal.")
     (license license:gpl2+)))
 
 (define-public spdlog