aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/reboot/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/reboot/reboot.c')
-rw-r--r--src/systemcmds/reboot/reboot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemcmds/reboot/reboot.c b/src/systemcmds/reboot/reboot.c
index 91a2c2eb8..d46f96545 100644
--- a/src/systemcmds/reboot/reboot.c
+++ b/src/systemcmds/reboot/reboot.c
@@ -57,9 +57,10 @@ int reboot_main(int argc, char *argv[])
case 'b':
to_bootloader = true;
break;
+
default:
errx(1, "usage: reboot [-b]\n"
- " -b reboot into the bootloader");
+ " -b reboot into the bootloader");
}
}