docs(readme): drop Rust function-name citation for plain-language behavior
This commit is contained in:
parent
f29df9cadb
commit
a7f375190a
1 changed files with 4 additions and 4 deletions
|
|
@ -110,10 +110,10 @@ sudo hivectl matrix create-user mara # provisions a matrix
|
|||
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),
|
||||
`hivectl` persists the resulting token to the agent's state dir like the
|
||||
boot sweep does. For non-agent names (e.g. the operator's own forge/matrix
|
||||
account), it prints the token to stdout and writes nothing.
|
||||
For a name that's a managed agent, `hivectl` persists the resulting token
|
||||
to that agent's state dir, the same as the boot sweep does. For a
|
||||
non-agent name (e.g. the operator's own forge/matrix account), it prints
|
||||
the token to stdout and writes nothing.
|
||||
|
||||
## Build / deploy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue