mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
Remove some leftovers
This commit is contained in:
parent
6909203c6d
commit
860b6b2bc7
@ -28,10 +28,7 @@ log files. The flag arguments are:
|
||||
When using the flag arguments, lnav will look for the files relative
|
||||
to the current directory and its parent directories. In other words,
|
||||
if you are working within a directory that has the well-known log
|
||||
files, those will be preferred over any others. As an example, if you
|
||||
are anywhere in a directory tree that was archived using 'pnlog
|
||||
mailto', the log files within that tree will be loaded instead of the
|
||||
files used by the local machine.
|
||||
files, those will be preferred over any others.
|
||||
|
||||
Any files given on the command-line are scanned to determine their log
|
||||
file format and to create an index for each line in the file. You do
|
||||
|
@ -1867,11 +1867,8 @@ static void usage(void)
|
||||
" logfile1 The log files to view.\n"
|
||||
"\n"
|
||||
"Examples:\n"
|
||||
" To load and follow the backend log file -\n"
|
||||
" $ lnav\n"
|
||||
"\n"
|
||||
" To interleave the JBoss and backend log files -\n"
|
||||
" $ lnav -bf\n"
|
||||
" To load and follow the syslog file -\n"
|
||||
" $ lnav -s\n"
|
||||
"\n"
|
||||
"Version: " PACKAGE_STRING "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user