Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: update the bootstrapper command description (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 19, 2023
1 parent 123f761 commit ad01bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/qgb/bootstrapper/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func Command() *cobra.Command {
func Start() *cobra.Command {
cmd := &cobra.Command{
Use: "start",
Short: "Starts the bootstrapper node using the provided home. " +
"Could be connected to other bootstrappers via the `-b` flag.",
Short: "Starts the bootstrapper node using the provided home." +
"Could be connected to other bootstrapper nodes too.",
RunE: func(cmd *cobra.Command, args []string) error {
config, err := parseStartFlags(cmd)
if err != nil {
Expand Down

0 comments on commit ad01bd8

Please sign in to comment.