Syntax module: correct description

This commit is contained in:
Samarjeet 2020-07-06 15:08:29 +05:30
parent 80104f79ea
commit b878353f70
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ if __name__ == "__main__": # pragma: no cover
import argparse
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(