Applied patch from Regid Ichira to clarify shutdown command

line options. Updated manual page for shutdown.
Closes Debian bug #630661.
This commit is contained in:
Jesse Smith
2018-10-27 20:37:47 -03:00
parent 1b659c8ebe
commit a17f736a42
3 changed files with 7 additions and 1 deletions

View File

@ -132,7 +132,9 @@ void usage(void)
"\t\t -r: reboot after shutdown.\n"
"\t\t -h: halt after shutdown.\n"
"\t\t -P: halt action is to turn off power.\n"
"\t\t can only be used along with -h flag.\n"
"\t\t -H: halt action is to just halt.\n"
"\t\t can only be used along with -h flag.\n"
"\t\t -f: do a 'fast' reboot (skip fsck).\n"
"\t\t -F: Force fsck on reboot.\n"
"\t\t -n: do not go through \"init\" but go down real fast.\n"