diff options
Diffstat (limited to 'toys/other/reboot.c')
-rw-r--r-- | toys/other/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/reboot.c b/toys/other/reboot.c index 15eea285..c883e340 100644 --- a/toys/other/reboot.c +++ b/toys/other/reboot.c @@ -15,7 +15,7 @@ config REBOOT Restart, halt or powerdown the system. -f Don't signal init - -n Don't sync before stopping the system. + -n Don't sync before stopping the system */ #define FOR_reboot |