Doc updates

This commit is contained in:
Bryan Ashby 2020-05-30 22:39:27 -06:00
parent ad2382c1f2
commit 78b78e8c79
No known key found for this signature in database
GPG key ID: B49EB437951D2542
5 changed files with 70 additions and 14 deletions

View file

@ -462,7 +462,9 @@ function twoFactorAuthOTP(user) {
function listUsers() {
// oputil user list [disabled|inactive|active|locked|all]
// :TODO: --after TIMESTAMP (new users)
// :TODO: --created-since SPEC and --last-called SPEC
// --created-since SPEC
// SPEC can be TIMESTAMP or e.g. "-1hour" or "-90days"
// :TODO: --sort name|id
let listWhat;
if (argv._.length > 2) {