From b257f861db83d69e89136c622fe1f71e4c47d969 Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 31 May 2026 10:19:27 +0200 Subject: [PATCH] docs: fix hivectl --password example to include a value (argus on #696) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e87f046..d5632449 100644 --- a/README.md +++ b/README.md @@ -202,10 +202,10 @@ doesn't go through the broker (built alongside `hive-c0re` when the host module is enabled): ```sh -sudo hivectl forge create-user mara # provisions a forge user -sudo hivectl forge create-user mara --password # … with a fixed password -sudo hivectl matrix create-user mara # provisions a matrix user -sudo hivectl matrix create-user mara --password-stdin # … reading from stdin +sudo hivectl forge create-user mara # provisions a forge user +sudo hivectl forge create-user mara --password 'hunter2' # … with a fixed password +sudo hivectl matrix create-user mara # provisions a matrix user +sudo hivectl matrix create-user mara --password-stdin # … reading one line from stdin ``` For agent names (i.e., a `Coordinator::agent_state_root(name)` exists),