Remove some leftovers

This commit is contained in:
Tim Stack 2010-12-28 11:08:17 -08:00
parent 6909203c6d
commit 860b6b2bc7
2 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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";