Skip to content

Commit

Permalink
Delete extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zwOvO committed Feb 21, 2024
1 parent 51489ca commit f252258
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ private static void printUsage() {
+ "The settings in configuration file will be overwrite by provided arguments.\n"
+ "Options including:\n";
String footer = "Here is an example:\n"
+ "\tBookieServer -c bookie.conf -z localhost:2181 -m /bookkeeper/ledgers "
+ " -p 3181 "
+ " -j \"/mnt/journal1 /mnt/journal2\" "
+ " -i \"/mnt/index1 /mnt/index2\" "
+ "\tBookieServer -c bookie.conf -z localhost:2181 -m /bookkeeper/ledgers"
+ " -p 3181"
+ " -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 f252258

Please sign in to comment.