Replace NBSP in doc/admin.md with a regular space

This commit is contained in:
Piotr F. Mieszkowski 2023-11-26 18:29:09 +01:00
parent 97c4f9f14a
commit aa8c353a05
1 changed files with 6 additions and 6 deletions

View File

@ -2,11 +2,11 @@
## Command-line tool
There's a little tool for administrators. As long as Lacre Python packages
There's a little tool for administrators. As long as Lacre Python packages
are available via `PYTHONPATH`, you can use it like this:
```sh
python -m lacre.admin -h
python -m lacre.admin -h
```
Of course `-h` displays some help.
@ -16,7 +16,7 @@ Of course `-h` displays some help.
To find out how many keys are waiting to be confirmed, run:
```sh
python -m lacre.admin queue
python -m lacre.admin queue
```
## Inspecting identities registered
@ -24,11 +24,11 @@ python -m lacre.admin queue
To list all identities, run:
```sh
python -m lacre.admin identities -a
python -m lacre.admin identities -a
```
To preview a particular identity, run:
To preview a particular identity, run:
```sh
python -m lacre.admin identities -e alice@example.com
python -m lacre.admin identities -e alice@example.com
```