fix(docs): update command syntax from '--' to single argument format for start, stop and status. (#1086)
This commit is contained in:
@@ -111,7 +111,7 @@ class BdDaemonClient(BdClientBase):
|
||||
|
||||
# No socket found anywhere
|
||||
raise DaemonNotRunningError(
|
||||
"Daemon socket not found. Is the daemon running? Try: bd daemon --start"
|
||||
"Daemon socket not found. Is the daemon running? Try: bd daemon start"
|
||||
)
|
||||
|
||||
async def _send_request(self, operation: str, args: Dict[str, Any]) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user