Correct typos in the documentation.

This commit is contained in:
Frédéric Tronel
2025-08-27 14:56:04 +02:00
parent 824e17f62c
commit b9a156d694

View File

@@ -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
```