Simplified a bunch of the language in the readme.

This commit is contained in:
Michael Lazar
2016-02-11 18:20:35 -08:00
parent 66cb430ebe
commit dd8539f581
4 changed files with 98 additions and 113 deletions

View File

@@ -27,7 +27,7 @@ def build_parser():
parser = argparse.ArgumentParser(
prog='rtv', description=docs.SUMMARY,
epilog=docs.CONTROLS+docs.HELP,
epilog=docs.CONTROLS,
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument(
'-V', '--version', action='version', version='rtv '+__version__)