correct help for labels (2)

This commit is contained in:
Andrew Dolgov 2006-08-01 09:06:36 +01:00
parent d11bc4de3a
commit de1ca88885
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
<p>Match all unread articles:</p>
<pre>ttrss_user_entries.unread = true</pre>
<pre>unread = true</pre>
<p>Matches all articles which mention Linux in the title:</p>
<pre>ttrss_user_entries.title like '%Linux%'</pre>
<pre>ttrss_entries.title like '%Linux%'</pre>
<p>See the database schema included in the distribution package for gruesome
details.</p>