Mercurial > p > roundup > code
changeset 6175:72a69753f49a
fix typos.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 May 2020 21:20:25 -0400 |
| parents | 5522c950a2e4 |
| children | d25638d1826c |
| files | doc/admin_guide.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin_guide.txt Sat May 16 13:40:12 2020 -0400 +++ b/doc/admin_guide.txt Sat May 16 21:20:25 2020 -0400 @@ -451,7 +451,7 @@ =================== Part of the installation includes a man page for roundup-admin. Ypu -should be able to ead it using ``man roundup-admin``. As shown above, +should be able to read it using ``man roundup-admin``. As shown above, it is a generic tool for manipulating the underlying database for you tracker. @@ -462,14 +462,14 @@ * creating a new user fom the command line * list/find users in the tracker -A brief summary is:: +A brief (incomplete) summary is:: roundup-admin help roundup-admin -i <tracker_dir> get [-list] designator[, designator,...] propname roundup-admin -i <tracker_dir> set designator[, designator,...] propname=value ... roundup-admin -i <tracker_dir> find [-list] classname propname=value ... -See ``roundup-admin help commands`` for a complete list of commands. +Run ``roundup-admin help commands`` for a complete list of subcommands. .. _`customisation documentation`: customizing.html .. _`upgrading documentation`: upgrading.html
