guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: multitail: Edit synopsis & description.


From: guix-commits
Subject: 11/13: gnu: multitail: Edit synopsis & description.
Date: Fri, 16 Oct 2020 11:51:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d96241547dba3e4ab454dfd58257a4f411c5a041
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 17:07:18 2020 +0200

    gnu: multitail: Edit synopsis & description.
    
    * gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo
    & rephrase.
---
 gnu/packages/logging.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 8b6d496..d7cd44b 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]