summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 09:06:36 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 09:06:36 +0100
commitde1ca88885751ee1651ca1fceab4d6b5926989f6 (patch)
tree26a684097b0be4b171ed7f8dcbfe225e89207018 /help
parentd11bc4de3a2a6a595661d28220c7f1ef807a7ffe (diff)
correct help for labels (2)
Diffstat (limited to 'help')
-rw-r--r--help/1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/1.php b/help/1.php
index 3fd598f34..309783f43 100644
--- a/help/1.php
+++ b/help/1.php
@@ -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>