diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 17:07:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 17:16:23 +0200 |
commit | d96241547dba3e4ab454dfd58257a4f411c5a041 (patch) | |
tree | 3ae7bec07d977229471f8267b830bad79fc56ec6 /gnu/packages/logging.scm | |
parent | c887f7b3b85a2877926746110b9b394ce21212c7 (diff) | |
download | guix-d96241547dba3e4ab454dfd58257a4f411c5a041.tar.gz |
gnu: multitail: Edit synopsis & description.
* gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo & rephrase.
Diffstat (limited to 'gnu/packages/logging.scm')
-rw-r--r-- | gnu/packages/logging.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm index 8b6d4961f8..d7cd44b215 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 |