diff options
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index efcb7c1..0fe584f 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -83,10 +83,18 @@ <td>having given flag. <code><value></code> can be either <code>loop</code> or <code>sound</code>.</td> </tr> <tr> - <td><code>content-checksum</code></td> + <td><code>sha1</code></td> <td>having given SHA1 checksum</td> </tr> <tr> + <td><code>md5</code></td> + <td>having given MD5 checksum</td> + </tr> + <tr> + <td><code>content-checksum</code></td> + <td>alias of <code>sha1</code></td> + </tr> + <tr> <td><code>file-size</code></td> <td>having given file size (in bytes)</td> </tr> |