Option pour les versions serveur.
This commit is contained in:
parent
9f9bda9189
commit
290e300924
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -52,7 +52,7 @@ agenda on it.
|
|||
|
||||
Usage:
|
||||
ntnoe_cancer
|
||||
ntnoe_cancer [--level=<l> --days-future=<df> --days-past=<dp>]
|
||||
ntnoe_cancer [options]
|
||||
ntnoe_cancer -h | --help
|
||||
|
||||
Options:
|
||||
|
@ -60,6 +60,7 @@ Options:
|
|||
--level=<l> Level of courses (0=all, 1=skip blue courses (! includes language courses), 2=skip everything but exams, for real man only) [default: 0]
|
||||
--days-future=<df> Number of days in the future to look for the calendar [default: 15]
|
||||
--days-past=<dp> Number of days in the past to look for the calendar, perfect for time travellers [default: 0]
|
||||
--noauth_local_webserver For Google authentication on a server
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue