Skip to content

Commit

Permalink
Add a hint about sudo to rtcread
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Apr 19, 2020
1 parent 9927ee9 commit b72dcd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/rtcread/rtcread.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ bool rtc_verify(void) {

if (ret != KERN_SUCCESS) {
fprintf(stderr, "AppleRTC I/O failure %X\n", ret);
fprintf(stderr, "Make sure you have enough permissions, e.g. run with sudo\n");
return false;
}

Expand Down

0 comments on commit b72dcd9

Please sign in to comment.