1
0
mirror of https://github.com/bitwarden/server synced 2026-02-09 21:20:01 +00:00

Minor changes

This commit is contained in:
Mick Letofsky
2026-01-27 15:48:09 +01:00
parent 32b611aa08
commit 045d76cf2e
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ public class Program
[Option('g', "groups", Description = "Number of groups to create (required, minimum 1)")]
int groups,
[Option('m', "mix-user-statuses", Description = "Use realistic status mix (85% confirmed, 5% each invited/accepted/revoked). Requires >= 10 users.")]
bool mixStatuses = false,
bool mixStatuses = true,
[Option('o', "org-structure", Description = "Org structure for collections: Traditional, Spotify, or Modern")]
string? structure = null
)