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 = ArgumentParser()
parser.description = \ parser.description = \
"""Solves Advent of Code 2019 puzzle of day {}. """Solves Advent of Code 2019 puzzles.
The puzzle is available at https://adventofcode.com/2019/day/{}""" The puzzles are available at https://adventofcode.com/2019/"""
parser.add_argument('-d', '--day', parser.add_argument('-d', '--day',
action='store', action='store',