]> git.wh0rd.org - tt-rss.git/commitdiff
correct help for labels (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:06:36 +0000 (09:06 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:06:36 +0000 (09:06 +0100)
help/1.php

index 3fd598f34c3c73f5e1c3fcaf2b1e9066338d6834..309783f436ec4115068941171ae9682c5b9eeaf2 100644 (file)
 
 <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>