swc-installation-test-2.py: Add --help and --verbose
authorW. Trevor King <wking@tremily.us>
Tue, 26 Feb 2013 03:51:32 +0000 (22:51 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 26 Feb 2013 04:01:35 +0000 (23:01 -0500)
commite383f75b7c735d034bc6e2fc7f63e1e1d8f36269
tree0b542e5bfbf979ad50212d58efde2e3999679b9b
parent38520f93f477a122209b7f04e5046f27cc4b303e
swc-installation-test-2.py: Add --help and --verbose

The system information is useful for troubleshooting a student's
installation problems, but it is probably less useful for the student
themselves.  Turn off this troubleshooting information by default and
require the --verbose option to re-enable it.

If we didn't have to maintain support for Python 2.6, we could use
argparse instead of optparse.  The optparse module is deprecated for
2.7, 3.2, and later, but it is still part of the stdandard library.

Also update the README to point out --verbose.
setup/README.md
setup/swc-installation-test-2.py