Fix forward reference in command line flags text
Text in command line flags referenced environment variables, moved that to subcommands to read correctly.
This commit is contained in:
parent
bab32db83f
commit
39cc92ae7f
@ -54,6 +54,3 @@ $ ./command-line-flags -wat
|
|||||||
flag provided but not defined: -wat
|
flag provided but not defined: -wat
|
||||||
Usage of ./command-line-flags:
|
Usage of ./command-line-flags:
|
||||||
...
|
...
|
||||||
|
|
||||||
# Next we'll look at environment variables, another common
|
|
||||||
# way to parameterize programs.
|
|
||||||
|
@ -19,3 +19,6 @@ flag provided but not defined: -enable
|
|||||||
Usage of bar:
|
Usage of bar:
|
||||||
-level int
|
-level int
|
||||||
level
|
level
|
||||||
|
|
||||||
|
# Next we'll look at environment variables, another common
|
||||||
|
# way to parameterize programs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user