Call xo_finish(3) before exiting in usage().

This commit is contained in:
Mark Johnston 2015-03-09 03:31:26 +00:00
parent 4b2b0f5043
commit 10b92369a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279800

View File

@ -554,5 +554,6 @@ usage(int wcmd)
xo_error("usage: w [-dhin] [-M core] [-N system] [user ...]\n");
else
xo_error("usage: uptime\n");
xo_finish();
exit(1);
}