diff --git a/examples/command-line-flags/command-line-flags.sh b/examples/command-line-flags/command-line-flags.sh index d8fb754..246f4c7 100644 --- a/examples/command-line-flags/command-line-flags.sh +++ b/examples/command-line-flags/command-line-flags.sh @@ -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. diff --git a/examples/command-line-subcommands/command-line-subcommands.sh b/examples/command-line-subcommands/command-line-subcommands.sh index c5948e8..32531ed 100644 --- a/examples/command-line-subcommands/command-line-subcommands.sh +++ b/examples/command-line-subcommands/command-line-subcommands.sh @@ -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.