extend the helptext for topics

This commit is contained in:
Andreas Zweili 2020-10-13 22:15:35 +02:00
parent 68389492cd
commit f2a13861f8
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ def cli():
help="The URL of the article to convert to Markdown.",
type=str)
parser.add_argument("--topics", help="A list of comma separated topics.")
parser.add_argument("--topics", help="A list of comma separated topics e.g. 'foo,bar'.")
return parser.parse_args()