Skip to content

Commit e6eed24

Browse files
fix: feedback changes
1 parent 2ea38bc commit e6eed24

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/rofl/machine/mgmt.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ var (
113113
}
114114

115115
changeAdminCmd = &cobra.Command{
116-
Use: "change-admin [<machine-name> | <provider-address>:<machine-id>] <new-admin>",
116+
Use: "set-admin [<machine-name> | <provider-address>:<machine-id>] <new-admin>",
117117
Short: "Change the machine administrator",
118-
Aliases: []string{"set-admin"},
118+
Aliases: []string{"change-admin"},
119119
Args: cobra.RangeArgs(1, 2),
120120
Run: func(_ *cobra.Command, args []string) {
121121
txCfg := common.GetTransactionConfig()

docs/rofl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ the manifest is updated with the new admin.
208208

209209
:::info ROFL admin vs machine admin
210210

211-
The **ROFL app admin** (changed via `oasis rofl set-admin`) owns the
211+
The **ROFL admin** (changed via `oasis rofl set-admin`) owns the
212212
application — transfer ownership, upgrades, policy changes, removal.
213213

214-
The **machine admin** (changed via `oasis rofl machine change-admin`) manages
214+
The **machine admin** (changed via `oasis rofl machine set-admin`) manages
215215
an individual machine instance — execution, restarts, stops.
216216

217217
These are independent roles.

0 commit comments

Comments
 (0)