fix(docs): update command syntax from '--' to single argument format for start, stop and status. (#1086)
This commit is contained in:
@@ -235,7 +235,7 @@ func CheckDaemonAutoSync(path string) DoctorCheck {
|
||||
Status: StatusWarning,
|
||||
Message: fmt.Sprintf("Daemon running without %v (slows agent workflows)", missing),
|
||||
Detail: "With sync-branch configured, auto-commit and auto-push should be enabled",
|
||||
Fix: "Restart daemon: bd daemon --stop && bd daemon --start",
|
||||
Fix: "Restart daemon: bd daemon stop && bd daemon start",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user