Skip to content

Commit ab6bdb6

Browse files
committed
add more docs
1 parent 4fc60d7 commit ab6bdb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func main() {
199199
{
200200
Name: "complete-all-withdrawals",
201201
Args: true,
202-
Usage: "Completes all withdrawals",
202+
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.",
203203
Flags: []cli.Flag{
204204
ExecNodeFlag,
205205
PodAddressFlag,
@@ -218,7 +218,7 @@ func main() {
218218
{
219219
Name: "queue-withdrawal",
220220
Args: true,
221-
Usage: "Queues a withdrawal",
221+
Usage: "Queues a withdrawal for shares associated with the native ETH strategy. Queues a withdrawal whose size does not exceed Pod.withdrawableRestakedExecutionLayerGwei() in value.",
222222
Flags: []cli.Flag{
223223
ExecNodeFlag,
224224
PodAddressFlag,
@@ -237,7 +237,7 @@ func main() {
237237
{
238238
Name: "show-withdrawals",
239239
Args: true,
240-
Usage: "Shows all pending withdrawals",
240+
Usage: "Shows all pending withdrawals for the podOwner.",
241241
Flags: []cli.Flag{
242242
ExecNodeFlag,
243243
PodAddressFlag,

0 commit comments

Comments
 (0)