Update docs. Add id to --flagfile so it can be jumped to

This commit is contained in:
Joseph Shanak 2022-02-09 11:13:32 -06:00 committed by Andreas Schuh
parent 986e8eed00
commit b7fd838331

View file

@ -542,7 +542,7 @@ the application.</p>
<p>Note it is still an error to say <code>--tryfromenv=foo</code> if
<code>foo</code> is not DEFINED somewhere in the application.</p>
<h3> <code>--flagfile</code> </h3>
<h3 id="flagfiles"> <code>--flagfile</code> </h3>
<p><code>--flagfile=f</code> tells the commandlineflags module to read
the file <code>f</code>, and to run all the flag-assignments found in