Skip to content

Commit

Permalink
Fix typo in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Apr 25, 2020
1 parent 20f563a commit d923d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/bisq/cli/CliMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private static void printHelp(OptionParser parser, PrintStream stream) {
stream.println();
parser.printHelpOn(stream);
stream.println();
stream.println("Method Descripiton");
stream.println("Method Description");
stream.println("------- -----------");
stream.println("getversion Get server version");
stream.println("getbalance Get server wallet balance");
Expand Down

0 comments on commit d923d07

Please sign in to comment.