diff options
| author | Ruin0x11 | 2020-05-04 00:09:33 -0700 |
|---|---|---|
| committer | Ruin0x11 | 2020-05-04 00:09:33 -0700 |
| commit | e6bf102bc03504d9abc584f15da70a5fed7fa950 (patch) | |
| tree | 346cbeceeb03185b0fee1c9d96a9e7697726575f /client/html/help_search_posts.tpl | |
| parent | d59ecb8e230a55e6875076824723580bd3f4419b (diff) | |
Add list of posts to pools
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index d1097b7..30a986f 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -20,7 +20,7 @@ </tr> <tr> <td><code>uploader</code></td> - <td>uploaded by given use (accepts wildcards)r</td> + <td>uploaded by given user (accepts wildcards)</td> </tr> <tr> <td><code>upload</code></td> @@ -43,6 +43,10 @@ <td>having given source URL (accepts wildcards)</td> </tr> <tr> + <td><code>pool</code></td> + <td>belonging to given pool ID</td> + </tr> + <tr> <td><code>tag-count</code></td> <td>having given number of tags</td> </tr> |