Add newline for readability
authorRich Salz <rsalz@openssl.org>
Mon, 20 Mar 2017 16:08:56 +0000 (12:08 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 20 Mar 2017 16:09:03 +0000 (12:09 -0400)
index.html

index 80b0b43365bce41a15cd01c564a6123ec028bbbd..2a8f6a329df0b9f40dea83d3f4f5511b807cb9dd 100644 (file)
     <p>
     <hr>
     <form action="cgi-bin/lookup.py" method="GET">
-      Search for commits with this email: <input name="email" type="TEXT">
+      Search for commits with this email
+      (exact match):
+      <input name="email" type="TEXT">
       <button action="submit">Search</button>
     </form>
     <form action="cgi-bin/search.py" method="GET">
-      Search for authors with this text in their name or email:
+      Search for authors with this text in their name or email
+      (substring match):
       <input name="text" TYPE="TEXT">
       <button action="submit">Author Search</button>
     </form>