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:
Ross Eskridge 2019-06-12 20:18:46 +00:00
parent bab32db83f
commit 39cc92ae7f
2 changed files with 3 additions and 3 deletions

View File

@ -54,6 +54,3 @@ $ ./command-line-flags -wat
flag provided but not defined: -wat
Usage of ./command-line-flags:
...
# Next we'll look at environment variables, another common
# way to parameterize programs.

View File

@ -19,3 +19,6 @@ flag provided but not defined: -enable
Usage of bar:
-level int
level
# Next we'll look at environment variables, another common
# way to parameterize programs.