Skip to content
Snippets Groups Projects
Commit 5c36df9c authored by Brian Moe's avatar Brian Moe
Browse files

Space around dots in query help frag.

parent 4b8223ff
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
Integers will be assumed to be GPS times, making the <code>gpstime:</code>
keyword optional.
<ul>
<li><code>899999000..999999999</code></li>
<li><code>899999000 .. 999999999</code></li>
<li><code>gpstime: 999999999</code></li>
<li><code>gpstime: 899999000..999999999</code></li>
<li><code>gpstime: 899999000 .. 999999999</code></li>
</ul>
<h4>By Creation Time</h4>
......@@ -41,7 +41,7 @@
The <code>gid:</code> keyword is optional.
<ul>
<li>gid: G2011</li>
<li>G2011..G3000</li>
<li>G2011 .. G3000</li>
<li>G2011 G2032 G2033</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment