Skip to content

Commit 3138e6e

Browse files
committed
fix(cmd/rofl): Add missing term flags to top-up command
1 parent 19153e4 commit 3138e6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/rofl/machine/mgmt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,5 @@ func init() {
443443
topUpCmd.Flags().AddFlagSet(common.SelectorFlags)
444444
topUpCmd.Flags().AddFlagSet(common.RuntimeTxFlags)
445445
topUpCmd.Flags().AddFlagSet(deploymentFlags)
446+
topUpCmd.Flags().AddFlagSet(topUpFlags)
446447
}

0 commit comments

Comments
 (0)