Skip to content

Commit

Permalink
Delete extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zwOvO authored Feb 21, 2024
1 parent 2220764 commit 51489ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void printUsage() {
String footer = "Here is an example:\n"
+ "\tBookieServer -c bookie.conf -z localhost:2181 -m /bookkeeper/ledgers "
+ " -p 3181 "
+ " -j \"/mnt/journal1 /mnt/journal2 \" "
+ " -j \"/mnt/journal1 /mnt/journal2\" "
+ " -i \"/mnt/index1 /mnt/index2\" "
+ " -l \"/mnt/ledger1 /mnt/ledger2 /mnt/ledger3\"\n";
hf.printHelp("BookieServer [options]\n", header, BK_OPTS, footer, true);
Expand Down

0 comments on commit 51489ca

Please sign in to comment.