diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:23:19 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | 69f4e1d297b5cab9e34b868536ae4ebb96c857ae (patch) | |
tree | 09b19e9e7316d0bb8dab577436a056b9c491051b /system/multitail | |
parent | 23c0a5ded0d0390fa8213a514e986046c5bedc51 (diff) |
system/multitail: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/multitail')
-rw-r--r-- | system/multitail/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/multitail/README b/system/multitail/README index 01f558bd9e40..0d951a551c77 100644 --- a/system/multitail/README +++ b/system/multitail/README @@ -1,4 +1,5 @@ -MultiTail lets you view one or multiple files like the original tail program. -The difference is that it creates multiple windows on your console (with -ncurses). It can also monitor wildcards: if another file matching the wildcard -has a more recent modification date, it will automatically switch to that file. +MultiTail lets you view one or multiple files like the original tail +program. The difference is that it creates multiple windows on your +console (with ncurses). It can also monitor wildcards: if another file +matching the wildcard has a more recent modification date, it will +automatically switch to that file. |