mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
Update docs. Add id to --flagfile so it can be jumped to
This commit is contained in:
parent
986e8eed00
commit
b7fd838331
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue