Merge pull request #141 from samarsault/master

Syntax module: correct description
This commit is contained in:
Will McGugan 2020-07-06 12:08:59 +01:00 committed by GitHub
commit d3bd98712c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ if __name__ == "__main__": # pragma: no cover
import argparse import argparse
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description="Render Markdown to the console with Rich" description="Render syntax to the console with Rich"
) )
parser.add_argument("path", metavar="PATH", help="path to file") parser.add_argument("path", metavar="PATH", help="path to file")
parser.add_argument( parser.add_argument(