Skip to content

Commit

Permalink
Update system.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore authored Oct 17, 2023
1 parent fee0549 commit e45d763
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions system/system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ message RebootResponse {

// A RebootMethod determines what should be done with a target when a Reboot is
// requested. Only the COLD method is required to be supported by all
// targets. Methods the target does not support should result in failure.
//
// If a target does not support a method, `INVALID_ARGUEMENT` should be
// returned.
// targets. A target should return 'INVALID_ARGUMENT` if UNKNOWN or any other
// unsupported method is called.
//
// It is vendor defined if a WARM reboot is the same as an NSF reboot.
enum RebootMethod {
Expand Down

0 comments on commit e45d763

Please sign in to comment.