Tell user to reboot device after successful flash
authorJoseph C. Lehner <joseph.c.lehner@gmail.com>
Fri, 12 Feb 2016 12:24:35 +0000 (13:24 +0100)
committerJoseph C. Lehner <joseph.c.lehner@gmail.com>
Fri, 12 Feb 2016 12:24:35 +0000 (13:24 +0100)
nmrp.c

diff --git a/nmrp.c b/nmrp.c
index 6b42c5e65cdc60dc1ce0c990e51b263225f6e630..5db2ddd4113d24914d898356f3fe3b6847b498fc 100644 (file)
--- a/nmrp.c
+++ b/nmrp.c
@@ -491,6 +491,8 @@ int nmrp_do(struct nmrpd_args *args)
 
        err = 0;
 
+       printf("Reboot your device now.\n");
+
 out:
        signal(SIGINT, sigh_orig);
        gsock = NULL;