Mercurial > p > roundup > code
comparison doc/admin_guide.txt @ 6175:72a69753f49a
fix typos.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 May 2020 21:20:25 -0400 |
| parents | 82f58ae89142 |
| children | d25638d1826c |
comparison
equal
deleted
inserted
replaced
| 6174:5522c950a2e4 | 6175:72a69753f49a |
|---|---|
| 449 | 449 |
| 450 Using roundup-admin | 450 Using roundup-admin |
| 451 =================== | 451 =================== |
| 452 | 452 |
| 453 Part of the installation includes a man page for roundup-admin. Ypu | 453 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, |
| 455 it is a generic tool for manipulating the underlying database for you | 455 it is a generic tool for manipulating the underlying database for you |
| 456 tracker. | 456 tracker. |
| 457 | 457 |
| 458 Examples above show how to use it to: | 458 Examples above show how to use it to: |
| 459 | 459 |
| 460 * install and initialize a new tracker | 460 * install and initialize a new tracker |
| 461 * export/import tracker data for migrating between backends | 461 * export/import tracker data for migrating between backends |
| 462 * creating a new user fom the command line | 462 * creating a new user fom the command line |
| 463 * list/find users in the tracker | 463 * list/find users in the tracker |
| 464 | 464 |
| 465 A brief summary is:: | 465 A brief (incomplete) summary is:: |
| 466 | 466 |
| 467 roundup-admin help | 467 roundup-admin help |
| 468 roundup-admin -i <tracker_dir> get [-list] designator[, designator,...] propname | 468 roundup-admin -i <tracker_dir> get [-list] designator[, designator,...] propname |
| 469 roundup-admin -i <tracker_dir> set designator[, designator,...] propname=value ... | 469 roundup-admin -i <tracker_dir> set designator[, designator,...] propname=value ... |
| 470 roundup-admin -i <tracker_dir> find [-list] classname propname=value ... | 470 roundup-admin -i <tracker_dir> find [-list] classname propname=value ... |
| 471 | 471 |
| 472 See ``roundup-admin help commands`` for a complete list of commands. | 472 Run ``roundup-admin help commands`` for a complete list of subcommands. |
| 473 | 473 |
| 474 .. _`customisation documentation`: customizing.html | 474 .. _`customisation documentation`: customizing.html |
| 475 .. _`upgrading documentation`: upgrading.html | 475 .. _`upgrading documentation`: upgrading.html |
