Skip to content

Commit

Permalink
Update specification.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tigran Najaryan <[email protected]>
  • Loading branch information
dsvanlani and tigrannajaryan authored Feb 24, 2022
1 parent 36da919 commit 688d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ enum AgentCapabilities {
// The Agent can accept restart requests.
AcceptsRestartCommand = 0x00001000;
// The Agent can accept shutdown requests.
AcceptsShutdownRequests = 0x00002000;
AcceptsShutdownCommand = 0x00002000;
// Add new capabilities here, continuing with the least significant unused bit.
}
Expand Down

0 comments on commit 688d188

Please sign in to comment.