1```console 2$ 02_apps --help 3MyApp 1.0 4Kevin K. <kbknapp@gmail.com> 5Does awesome things 6 7USAGE: 8 02_apps[EXE] --two <VALUE> --one <VALUE> 9 10OPTIONS: 11 -h, --help Print help information 12 --one <VALUE> 13 --two <VALUE> 14 -V, --version Print version information 15 16$ 02_apps --version 17MyApp 1.0 18 19``` 20