-n was broken

2.2 candidate (probably)
This commit is contained in:
Adam David 1997-01-21 21:07:29 +00:00
parent b5b673ff99
commit 3cf6d2e792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21931

View File

@ -138,11 +138,6 @@ main(argc, argv)
if (argc < 1)
usage();
if (nosync) {
(void)fprintf(stderr,
"shutdown: incompatible switches -f and -n.\n");
usage();
}
if (doreboot && dohalt) {
(void)fprintf(stderr,
"shutdown: incompatible switches -h and -r.\n");