diff --git a/README.md b/README.md index 1883c53..ab67120 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ deactivate To list the kind of reservations: ``` source venv/bin/activate -./citoyen.py -l [login] -p [password] -C [city] -L +./citoyen.py -l [login] -p [password] -C [city] L deactivate ``` Finally, to dump the ith kind of reservation (in the order obtained by _L_ command) into a ICS file: ``` source venv/bin/activate -./citoyen.py -l [login] -p [password] -C [city] -D -i [index] -o file.ics +./citoyen.py -l [login] -p [password] -C [city] D -i [index] -o file.ics deactivate ```