Fixed description of main.py

master
Tibor Bizjak 2023-03-13 23:55:12 +01:00
parent 8fc7640413
commit aa76569eef
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ class Solver:
parser = ArgumentParser()
parser.description = \
"""Solves Advent of Code 2019 puzzle of day {}.
The puzzle is available at https://adventofcode.com/2019/day/{}"""
"""Solves Advent of Code 2019 puzzles.
The puzzles are available at https://adventofcode.com/2019/"""
parser.add_argument('-d', '--day',
action='store',