summaryrefslogtreecommitdiff
path: root/help/1.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/1.php')
-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>