Fix bd daemon command syntax and flags (#522)

This commit is contained in:
Evan Jacobson
2026-01-17 01:00:50 -07:00
committed by GitHub
parent d4026b79cf
commit 11b38294d4
3 changed files with 8 additions and 8 deletions

View File

@@ -407,7 +407,7 @@ func runStatusOnce(_ *cobra.Command, _ []string) error {
// Show bd daemon warning at the end if there were issues
if bdWarning != "" {
fmt.Printf("%s %s\n", style.Warning.Render("⚠"), bdWarning)
fmt.Printf(" Run 'bd daemon killall && bd daemon --start' to restart daemons\n")
fmt.Printf(" Run 'bd daemon killall && bd daemon start' to restart daemons\n")
}
return nil