Skip to content

Commit 07f09de

Browse files
authored
Merge pull request #460 from oasisprotocol/kostko/fix/rofl-topup-term
fix(cmd/rofl): Add missing term flags to top-up command
2 parents 19153e4 + 3138e6e commit 07f09de

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)