Correct typos in the documentation.
This commit is contained in:
@@ -35,14 +35,14 @@ deactivate
|
|||||||
To list the kind of reservations:
|
To list the kind of reservations:
|
||||||
```
|
```
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
./citoyen.py -l [login] -p [password] -C [city] -L
|
./citoyen.py -l [login] -p [password] -C [city] L
|
||||||
deactivate
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, to dump the ith kind of reservation (in the order obtained by _L_ command) into a ICS file:
|
Finally, to dump the ith kind of reservation (in the order obtained by _L_ command) into a ICS file:
|
||||||
```
|
```
|
||||||
source venv/bin/activate
|
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
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user