From ab6bdb60b532d77cffe81c9f660c6b21f079fa8c Mon Sep 17 00:00:00 2001 From: Justin Brower Date: Wed, 18 Dec 2024 15:10:05 -0500 Subject: [PATCH] add more docs --- cli/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/main.go b/cli/main.go index 7691cfc..37b2100 100644 --- a/cli/main.go +++ b/cli/main.go @@ -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, @@ -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, @@ -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,