Merge "Warn that reboot might be needed after setting IDs" into main
This commit is contained in:
commit
a8934ddc26
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ int main(int argc, char** argv) {
|
|||
return EXIT_FAILURE;
|
||||
} else {
|
||||
printf("done\n");
|
||||
printf("\nNOTE: device reboot may be required before changes take effect.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue