Skip to content

Commit

Permalink
Fix command name for SendSimpleTransfer example.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkywayPirate committed Sep 21, 2023
1 parent e95737d commit 659add0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.net.URL;
import java.util.concurrent.Callable;

@Command(name = "GetBlocks", mixinStandardHelpOptions = true)
@Command(name = "SendSimpleTransfer", mixinStandardHelpOptions = true)
public class SendSimpleTransfer implements Callable<Integer> {
@Option(
names = {"--endpoint"},
Expand Down

0 comments on commit 659add0

Please sign in to comment.