Просмотр исходного кода

Fixed help message for --date flag

Dangertech 11 месяцев назад
Родитель
Сommit
13dbc0796a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      zeitdownload.py

+ 1 - 1
zeitdownload.py

@@ -27,7 +27,7 @@ parser.add_argument('--epub', dest='formats',
         help='Download EPUB file for E-Readers')
 group = parser.add_mutually_exclusive_group()
 group.add_argument('--date', type=str,
-        help='Download file from specified date (dd.mm.yy)')
+        help='Download file from specified date (dd.mm.yyyy)')
 group.add_argument('--num-release', type=int, choices=range(0, 7),
         help='Download one of the past releases by numbers from the current one; \n \
         0 is the current release, 1 the previous one, up until 7')