Skip to content

Commit 8759e4c

Browse files
stepanchegfacebook-github-bot
authored andcommitted
'h' multiline output
Summary: Need to add another option, and it won't fit well on single line. Reviewed By: krallin Differential Revision: D39315744 fbshipit-source-id: ae2f21cb2c006dde81576fe7a893e49489d6747e
1 parent 329c29a commit 8759e4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buck2_client/src/subscribers/superconsole.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,11 @@ impl EventSubscriber for StatefulSuperConsole {
353353
.await?;
354354
} else if c == '?' || c == 'h' {
355355
self.handle_stderr(
356-
"Help: `d` = toggle DICE, `e` = toggle debug events, `2` = toggle two lines mode",
356+
"Help:\n\
357+
`d` = toggle DICE\n\
358+
`e` = toggle debug events\n\
359+
`2` = toggle two lines mode\n\
360+
`h` = show this help",
357361
)
358362
.await?;
359363
}

0 commit comments

Comments
 (0)