Skip to content

Commit

Permalink
Improve dispatch session message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed Apr 12, 2024
1 parent 6b38c31 commit 5c54fd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ previous run.`, defaultEndpoint),
BridgeSession = uuid.New().String()
}

dialog("Starting Dispatch session: %v", BridgeSession)
dialog(`Starting Dispatch session: %v
Run 'dispatch help run' to learn more about Dispatch session.`, BridgeSession)

// Execute the command, forwarding the environment and
// setting the necessary extra DISPATCH_* variables.
Expand Down

0 comments on commit 5c54fd0

Please sign in to comment.