diff --git a/index.html b/index.html
index cb9b6b0060ed08007e1087335ec0468d3185abd5..c03cf59fb9787c98ab87fad3ea6cae075528b6b4 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,7 @@
       <summary>How to sort</summary>
       <p>With this tool you can sort newline separated lines alphabetically.</p>
       <p>You can either push the button "Paste, Sort &amp; Copy" where the clipboard content is used as content or fill in your lines into textarea and push the button "Sort &amp; Copy". In both cases the sorted result will be put back to clipboard.</p>
+      <p>If you set the option "output unique lines only" all lines existing more then once are deleted.</p>
     </details>
 <div class="flex">
   <button class="button pastesortunique" title="click: paste + sort + unique + copy to clipboard" onclick="paste()">Paste, Sort &amp; Copy [1]</button>