Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 6176:d25638d1826c
Add roundup-admin filter command; fix bad doc example; add tests
admin_guide.txt had an example using find with username prop. This is
wrong. Find only works with links not string. Fix it to use filter.
Add filter command to roundup-admin.
Add tests for filter, specification and find.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 18 May 2020 23:28:03 -0400 |
| parents | 72a69753f49a |
| children | 5105df69145d |
line wrap: on
line diff
--- a/doc/admin_guide.txt Sat May 16 21:20:25 2020 -0400 +++ b/doc/admin_guide.txt Mon May 18 23:28:03 2020 -0400 @@ -386,13 +386,14 @@ (or if you know their username, and it happens to be "richard"):: - roundup-admin find username=richard + roundup-admin filter user username=richard -then using the user id you get from one of the above commands, you may -display the user's details:: +then using the user id (e.g. 5) you get from one of the above +commands, you may display the user's details:: - roundup-admin display <userid> + roundup-admin display <designator> +where designator is ``user5``. Running the Servers ===================
