Skip to content

Commit e7b4e7e

Browse files
authored
Update RunCommand.cs (#9360)
Related to #2432
1 parent a93fed5 commit e7b4e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Cli/Commands/RunCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ protected override async Task<int> ExecuteAsync(ParseResult parseResult, Cancell
165165
_interactionService.DisplayDashboardUrls(dashboardUrls);
166166

167167
var table = new Table().Border(TableBorder.Rounded);
168-
var message = new Markup("Press [bold]CTRL-C[/] to stop the app host and exit.");
168+
var message = new Markup("Press [bold]Ctrl+C[/] to stop the app host and exit.");
169169

170170
var rows = new Rows(new List<IRenderable> {
171171
table,

0 commit comments

Comments
 (0)