Skip to content

Commit

Permalink
add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Dec 18, 2024
1 parent 4fc60d7 commit ab6bdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func main() {
{
Name: "complete-all-withdrawals",
Args: true,
Usage: "Completes all withdrawals",
Usage: "Completes all withdrawals queued on the podOwner, for which Native ETH is the sole strategy in the withdrawal. Attempts to execute a group of withdrawals whose sum does not exceed Pod.withdrawableRestakedExecutionLayerGwei() in value.",
Flags: []cli.Flag{
ExecNodeFlag,
PodAddressFlag,
Expand All @@ -218,7 +218,7 @@ func main() {
{
Name: "queue-withdrawal",
Args: true,
Usage: "Queues a withdrawal",
Usage: "Queues a withdrawal for shares associated with the native ETH strategy. Queues a withdrawal whose size does not exceed Pod.withdrawableRestakedExecutionLayerGwei() in value.",
Flags: []cli.Flag{
ExecNodeFlag,
PodAddressFlag,
Expand All @@ -237,7 +237,7 @@ func main() {
{
Name: "show-withdrawals",
Args: true,
Usage: "Shows all pending withdrawals",
Usage: "Shows all pending withdrawals for the podOwner.",
Flags: []cli.Flag{
ExecNodeFlag,
PodAddressFlag,
Expand Down

0 comments on commit ab6bdb6

Please sign in to comment.