Skip to content

Commit f184096

Browse files
committed
fix typos.
1 parent 0facc12 commit f184096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/admin_guide.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Using roundup-admin
451451
===================
452452

453453
Part of the installation includes a man page for roundup-admin. Ypu
454-
should be able to ead it using ``man roundup-admin``. As shown above,
454+
should be able to read it using ``man roundup-admin``. As shown above,
455455
it is a generic tool for manipulating the underlying database for you
456456
tracker.
457457

@@ -462,14 +462,14 @@ Examples above show how to use it to:
462462
* creating a new user fom the command line
463463
* list/find users in the tracker
464464

465-
A brief summary is::
465+
A brief (incomplete) summary is::
466466

467467
roundup-admin help
468468
roundup-admin -i <tracker_dir> get [-list] designator[, designator,...] propname
469469
roundup-admin -i <tracker_dir> set designator[, designator,...] propname=value ...
470470
roundup-admin -i <tracker_dir> find [-list] classname propname=value ...
471471

472-
See ``roundup-admin help commands`` for a complete list of commands.
472+
Run ``roundup-admin help commands`` for a complete list of subcommands.
473473

474474
.. _`customisation documentation`: customizing.html
475475
.. _`upgrading documentation`: upgrading.html

0 commit comments

Comments
 (0)