File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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
212212application — 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
215215an individual machine instance — execution, restarts, stops.
216216
217217These are independent roles.
You can’t perform that action at this time.
0 commit comments