Skip to content

Commit

Permalink
add profile info to help footer (hyperledger#6493)
Browse files Browse the repository at this point in the history
* add profile info to footer

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Feb 13, 2024
1 parent 6b174e8 commit 2160c11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,12 @@
synopsisHeading = "%n",
descriptionHeading = "%n@|bold,fg(cyan) Description:|@%n%n",
optionListHeading = "%n@|bold,fg(cyan) Options:|@%n",
footerHeading = "%n",
footer = "Besu is licensed under the Apache License 2.0")
footerHeading = "%nBesu is licensed under the Apache License 2.0%n",
footer = {
"%n%n@|fg(cyan) To get started quickly, just choose a network to sync and a profile to run with suggested defaults:|@",
"%n@|fg(cyan) for Mainnet|@ --network=mainnet --profile=[minimalist_staker|staker]",
"%nMore info and other profiles at https://besu.hyperledger.org%n"
})
public class BesuCommand implements DefaultCommandValues, Runnable {

@SuppressWarnings("PrivateStaticFinalLoggers")
Expand Down

0 comments on commit 2160c11

Please sign in to comment.