diff --git a/doc/admin.md b/doc/admin.md index bb8cbd1..f132f52 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -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 ```